Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 3,099 for

recognize image

(0.03 sec)
  1. 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/
  2. Recognition languages|Documentation

    How to specify the language that is used by the Aspose.OCR recognition engine....languages Contents [ Hide ] To recognize text in certain languages...aspose-ocr-hindi-v1 Aspose.OCR for C++ can recognize a text in a large number of...

    docs.aspose.com/ocr/cpp/languages/
  3. Defining the whitelist of characters|Documentation

    How to limit the set of characters Aspose.OCR engine will look for....automatically identified from an image using the built-in Aspose.OCR...OCR . AsposeOcr (); // Add an image to OcrInput object Aspose ....

    docs.aspose.com/ocr/net/characters-whitelist/
  4. Common recognition settings|Documentation

    Configuring Aspose.OCR for Python via .NET recognition engine for extracting text from Images, scanned PDFs, DjVu files and other content....single-page and multi-page images, scanned PDFs, DjVu files,...boolean false Set to true to recognize text in tables. Set to false...

    docs.aspose.com/ocr/python-net/recognition-sett...
  5. DetectAreasMode.CURVED_TEXT|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.CURVED_TEXT algorithm....results in distortion of the image, causing the lines of text to...dealing with perfectly straight images, such as a single scanned sheet...

    docs.aspose.com/ocr/python-net/areas-detection/...
  6. Getting recognition results as JSON|Documentation

    Returning Aspose.OCR for Python via .NET recognition results in JSON format....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/save-json/
  7. DetectAreasMode.TABLE|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.TABLE algorithm....detects tabular structures on an image and extracts text from cells...OCR . AsposeOcr (); // Add an image to OcrInput object Aspose ....

    docs.aspose.com/ocr/net/areas-detection/table/
  8. Median filter|Documentation

    How to smooth out noise in an Image using Aspose.OCR for Python via .NET before applying other processing filters or performing OCR....up in highly compressed JPEG images in form of compression artifacts...for removing noise from an image at the cost of some detail,...

    docs.aspose.com/ocr/python-net/median/
  9. Identifying recognition problems|Documentation

    How to identify non-fatal errors that occurred during recognition.... AsposeOcr (); // Add an image to OcrInput object Aspose ....Add ( "source.png" ); // Recognize image Aspose . OCR . OcrOutput...

    docs.aspose.com/ocr/net/identify-problems/
  10. DetectAreasMode.UNIVERSAL|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.UNIVERSAL algorithm....detects smaller text areas in an image, such as individual words, phrases...a versatile option for most images. However, this algorithm is...

    docs.aspose.com/ocr/python-net/areas-detection/...