Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 3,440 for

recognize image

(0.06 sec)
  1. Resizing|Documentation

    How to scale or resize an Image using Aspose.OCR for Python via .NET to improve recognition accuracy....recognition engine can handle images of any size. However, very...very small and very large image sizes can adversely affect recognition:...

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

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

    docs.aspose.com/ocr/java/save-text/
  3. Recognition Barcode Quality and Deconvolution M...

    This article explains how barcode recognition can be optimized in terms of accuracy and speed in case of various distortions...methods to recognize barcode elements with low barcode or image quality...enables image preprocessing methods which can improve image quality...

    docs.aspose.com/barcode/net/recognition-barcode...
  4. Recognition|Documentation

    Extracting text from Images, web links, scanned PDFs, DjVu files, folders, archives and other content....easy as calling a universal recognize() method. This method takes...extract text from multiple images: # Instantiate Aspose.OCR API...

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

    Returning Aspose.OCR for Python via .NET recognition results as formatted text....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-text/
  6. Getting recognition results as JSON|Documentation

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

    docs.aspose.com/ocr/java/save-json/
  7. 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/
  8. Convert PDF to searchable PDF via C# | Aspose

    Recognize PDF and saving recognition results as a searchable PDF via C#....NET Recognition Recognize pdf HTML PDF OCR XML BMP OCR...PDF to searchable PDF in C# Recognize Scanned PDF and convert it...

    products.aspose.com/ocr/net/recognition/recogni...
  9. 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/python-net/characters-black...
  10. Language detecton|Documentation

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

    docs.aspose.com/ocr/java/language_detection/