Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 3,484 for

recognize image

(0.06 sec)
  1. Dewarping|Documentation

    How to straighten curved and distorted Images using Aspose.OCR for Python via .NET before recognition.... Warped images are very hard to be processed...most OCR algorithms. Thus, image straightening and distortion...

    docs.aspose.com/ocr/python-net/dewarp/
  2. Color inversion|Documentation

    How to swap colors in an Image using Aspose.OCR for Python via .NET to improve recognition accuracy....reversing the colors of the image so that light areas appear dark...that inverts colors in the image before proceeding to recognition...

    docs.aspose.com/ocr/python-net/invert/
  3. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for Python via .NET recognition engine....processes such as the parallel image processing or background data...number of images in the recognition batch . Recognizing one image...

    docs.aspose.com/ocr/python-net/multithreading/
  4. Getting recognition results as text|Documentation

    Returning Aspose.OCR for .NET recognition results as formatted text.... AsposeOcr (); // Add an image to OcrInput object Aspose ....Add ( "source.png" ); // Recognize image Aspose . OCR . OcrOutput...

    docs.aspose.com/ocr/net/save-text/
  5. Fast recognition|Documentation

    How to read text from high-quality Images using as few resources as possible....possible resources using recognize_fast() method of AsposeOcr...of strings, one string per image. # Instantiate Aspose.OCR API...

    docs.aspose.com/ocr/python-net/fast-recognition/
  6. Defining the blacklist of characters|Documentation

    How to ignore certain Image defects that may be incorrectly Recognized as characters....characters Contents [ Hide ] Image defects such as dirt and scratches...letters can be incorrectly recognized as punctuation or diacritical...

    docs.aspose.com/ocr/net/characters-blacklist/
  7. Dilation|Documentation

    How to make characters in an Image thicker using Aspose.OCR for Python via .NET to improve recognition accuracy....Dilation Contents [ Hide ] Some images, such as store receipts, have...thickness of characters in an image by adding pixels to the edges...

    docs.aspose.com/ocr/python-net/dilate/
  8. Identifying recognition problems|Documentation

    How to identify non-fatal errors that occurred during recognition....API api = AsposeOcr () # Add image to the recognition batch input...SINGLE_IMAGE ) input . add ( "source.png" ) # Recognize the image...

    docs.aspose.com/ocr/python-net/identify-problems/
  9. Getting recognition results as XML|Documentation

    Returning Aspose.OCR for Java recognition results in XML format....new AsposeOCR (); // Add an image to OcrInput object OcrInput...Add ( "source.png" ); // Recognize image ArrayList < RecognitionResult...

    docs.aspose.com/ocr/java/save-xml/
  10. Language detecton|Documentation

    How to detect the languages used on the provided Image....families used on the provided image using detect_languages method:...method accepts the collection of images in any of the supported formats...

    docs.aspose.com/ocr/python-net/language_detection/