Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 3,264 for

recognize text

(0.19 sec)
  1. SmartTag.element property | Aspose.Words for Py...

    SmartTag.element property. Specifies the name of the smart tag within the document....Microsoft Word recognizes a part of its text as some form of...nodes that contain their recognized text in its entirety. # Add...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Licensing|Documentation

    Learn how to obtain and apply Aspose.OCR for C++ license and discover limitations of the trial version....providing a license) you can recognize texts in any supported languages...number of characters in a recognized image exceeds 100, only the...

    docs.aspose.com/ocr/cpp/licensing/
  3. LoadFormat | Aspose.Words for Java

    Indicates the format of the document that is to be loaded in Java....Words to recognize the format automatically....HTML format. MARKDOWN Markdown text document. MHTML MHTML (Web archive)...

    reference.aspose.com/words/java/com.aspose.word...
  4. Managing downloadable resources|Documentation

    How to manage Aspose.OCR for Python via .NET downloadable modules....png" ) # Recognize Ukrainian text recognitionSettings.... UKR # Recognize the image result = api . recognize ( input...

    docs.aspose.com/ocr/python-net/modules/management/
  5. Defining the whitelist of characters|Documentation

    How to limit the set of characters Aspose.OCR for Python via .NET engine will look for....png" ) # Limit a subset of recognized characters recognitionSettings..."AÁBCDEÉFG12345" # Recognize the image result = api . recognize ( input...

    docs.aspose.com/ocr/python-net/characters-white...
  6. Finding character bounding boxes|Documentation

    Character-by-character recognition and automatic detection of character bounding boxes inside images....detect bounding boxes of each recognized character using RecognizeCharacters... objects containing each recognized character along with its...

    docs.aspose.com/ocr/java/image-regions-characte...
  7. Aspose OCR Java not converting PDF (Converted f...

    We are trying to convert from PDF (Converted from image) to Searchable PDF. But it is not properly recognizing Text. Output-1.pdf (432.6 KB) Before_OCR.pdf (121.1 KB) aspose version : 23.3.0...But it is not properly recognizing text. Output-1.pdf (432.6 KB)...DocumentRecognitionS(0,1); // Recognize images from PDF ArrayList<RecognitionResult>...

    forum.aspose.com/t/aspose-ocr-java-not-converti...
  8. Finding character bounding boxes|Documentation

    Character-by-character recognition and automatic detection of character bounding boxes inside images....detect bounding boxes of each recognized character using Aspose.OCR... objects containing each recognized character along with its...

    docs.aspose.com/ocr/net/image-regions-character...
  9. Calling AsposeOCR.Recognize get error with Micr...

    I use AsposeOCR to Recognize Text in pdf file. On localhost, all is ok. On server web (in production), I have an error with Microsoft.ML.OnnxRuntime: The type initializer for ‘Microsoft.ML.OnnxRuntime.NativeMethods’ t…...Recognize get error with Microsoft.ML.OnnxRuntime...7:19am 1 I use AsposeOCR to recognize text in pdf file. On localhost...

    forum.aspose.com/t/calling-asposeocr-recognize-...
  10. Unloading OCR modules from memory|Documentation

    Release memory occupied by Aspose.OCR for Java recognition engine by unloading unneeded OCR modules....png" ); // Extract text from image RecognitionSettings...RecognitionResult > results = api . Recognize ( source , recognitionSettings...

    docs.aspose.com/ocr/java/release_memory/