Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 3,099 for

recognize image

(0.09 sec)
  1. DetectAreasMode.MULTICOLUMN|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.MULTICOLUMN algorithm....API api = AsposeOcr () # Add image to the recognition batch input...OcrInput ( InputType . SINGLE_IMAGE ) input . add ( "source.png"...

    docs.aspose.com/ocr/python-net/areas-detection/...
  2. Read Barcodes from Multipage TIFF Images in C#|...

    How to Recognize Barcodes from TIFF Files...Barcodes from Multipage TIFF Images in C# Contents [ Hide ] Overview...storing several high-quality images in one document. This format...

    docs.aspose.com/barcode/net/read-barcode-from-m...
  3. Dilation|Documentation

    How to make characters in an Image thicker 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/net/dilate/
  4. Getting recognition results as JSON|Documentation

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

    docs.aspose.com/ocr/net/save-json/
  5. Color inversion|Documentation

    How to swap colors in an Image 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/net/invert/
  6. 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...are ignored. // Provide the image string file = "source.png" ;...

    docs.aspose.com/ocr/cpp/characters-whitelist/
  7. Noise removal|Documentation

    How to remove dirt, spots, scratches, glare, and other Image defects using Aspose.OCR for Python via .NET to improve recognition accuracy.... These image defects can interfere with recognition...algorithms that remove noise from images before proceeding to recognition...

    docs.aspose.com/ocr/python-net/denoise/
  8. 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...utilize advanced algorithms to recognize barcode elements even when...with low-quality barcodes or images. The BarcodeQuality mode improves...

    docs.aspose.com/barcode/javascript-cpp/recognit...
  9. Fast recognition|Documentation

    How to read text from high-quality Images using as few resources as possible....of strings, one string per image. Aspose . OCR . AsposeOcr recognitionEngine...OCR . AsposeOcr (); // Add images to OcrInput object Aspose ...

    docs.aspose.com/ocr/net/fast-recognition/
  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/net/areas-detection/universal/