Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 23,406 for

print

(0.23 sec)
  1. DetectAreasMode.UNIVERSAL|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.UNIVERSAL algorithm....recognitionSettings ) # Print recognition result print ( result [ 0 ]...

    docs.aspose.com/ocr/python-net/areas-detection/...
  2. Getting the list of misspelled words|Documentation

    How to get the list of misspelled words and replacement suggestions....ENG ) for error in errors : print ( "Found misspelled word: "...error . suggested_words ) > 0 : print ( "Most likely replacement:...

    docs.aspose.com/ocr/python-net/misspelled-words...
  3. DocumentBase.fontInfos property | Aspose.Words ...

    DocumentBase.fontInfos property. Provides access to properties of fonts used in this document.... Examples Shows how to print the details of what fonts are...count ). toEqual ( 5 ); // Print all the used and unused fonts...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 使用WorkbookMetadata与Python.NET|Documentation

    学习如何使用Aspose.Cells for Python via .NET API高效管理工作簿元数据。...)) # Read document property print ( w . custom_document_properties...rties . get ( "test" )) print ( "Press any key to continue.....

    docs.aspose.com/cells/zh/python-net/using-workb...
  5. Apply Advanced Conditional Formatting with Pyth...

    Learn how to implement Excel's advanced conditional formatting features like data bars, color scales, and icon sets using Aspose.Cells for Python via .NET....and print the color values print ( c . to_argb ()) print ( c...

    docs.aspose.com/cells/python-net/apply-advanced...
  6. Stop or Resume an Assignment in PHP | Aspose.Ta...

    Learn how to stop or resume resource assignments using Aspose.Tasks Java for PHP....18 19 print "NA" ; 20 21 } 22 23 else 24 25 { 26 27 print (string)...36 37 print "NA" ; 38 39 } 40 41 else 42 43 { 44 45 print (string)...

    docs.aspose.com/tasks/java/stop-or-resume-an-as...
  7. PST | Not able to convert .ics file to PST gett...

    Not able to convert .ics file to PST format using aspose lib getting below error. C:\Users\Tejas>python calendarissue.py Traceback (most recent call last): File “mailissue.py”, line 57, in run() File “mailissue.py”,…...#ExStart: LoadingContactFromVC #print(MailMessage.load('Undeliverable_...test-1727695419 (2).eml')) #print(result) #ExEnd: LoadingContactFromVC...

    forum.aspose.com/t/pst-not-able-to-convert-ics-...
  8. Working with custom dictionaries|Documentation

    How to create and apply custom dictionaries for Aspose.OCR for Python via .NET spell checker.... recognize ( input ) # Print corrected results correctedResult.... ENG , "dictionary.txt" ) print ( correctedResult ) Getting...

    docs.aspose.com/ocr/python-net/dictionaries/
  9. Conversion to grayscale|Documentation

    How to convert source images to grayscale using Aspose.OCR for Python via .NET before recognition....recognize ( input ) # Print recognition result print ( result [ 0 ]...

    docs.aspose.com/ocr/python-net/grayscale/
  10. ChartSeriesCollection.clear method | Aspose.Wor...

    ChartSeriesCollection.clear method. Removes all [ChartSeries](../../chartseries/) from this collection.... count ) # Print the name of every series in...series in chart . series : print ( series . name ) # These are...

    reference.aspose.com/words/python-net/aspose.wo...