Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 3,517 for

recognize image

(0.15 sec)
  1. 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/
  2. Recognition XDimension Mode|Documentation

    This article explains how barcode recognition can be optimized for different bercode sizes and scan resolutions...UseMinimalXDimension Recognized barcodes: 2 Recognized barcodes: 5 Recognized...get BarCodeInstance // Recognize image with XDimension Normal...

    docs.aspose.com/barcode/javascript-cpp/recognit...
  3. Supported file formats|Documentation

    File formats for Images and recognition results supported by Aspose.OCR for Python via Java....formats Contents [ Hide ] Recognized image formats Aspose.OCR for...for Python via Java can recognize any file you get from a scanner...

    docs.aspose.com/ocr/python-java/supported-file-...
  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. Read Barcodes from Word Documents|Documentation

    How to Read Barcodes from MS Word Files Using Aspose.BarCode and Aspose.Words for .NET... Barcode images can be added as raster or vector...must be converted to raster images through rendering. The other...

    docs.aspose.com/barcode/net/recognize-barcode-f...
  6. 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/
  7. 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/
  8. 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/
  9. 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/
  10. 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/