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

recognize image

(0.03 sec)
  1. Extracting text inside a rectangle|Documentation

    Extract text located inside areas of the Image provided by coordinates....from certain areas of uniform images, such as ID cards, visas, driver’s...from one or more areas of an image, provide a list of Rectangle...

    docs.aspose.com/ocr/java/image-regions-extract/
  2. 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/...
  3. 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...
  4. 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/
  5. 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/...
  6. 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/
  7. 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/
  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. Conversion to grayscale|Documentation

    How to convert source Images to grayscale before recognition.... Grayscale allows images to be processed more efficiently...and crisper text than color images. Converting to grayscale can...

    docs.aspose.com/ocr/net/grayscale/