Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 3,730 for

recognition

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

    Extract text located inside areas of the image provided by coordinates....(); // Manually specify recognition areas List < Aspose . Drawing...recognitionSettings ); // Output recognition results for each area Console...

    docs.aspose.com/ocr/net/image-regions-extract/
  2. Image processing|Documentation

    Automatic or manual actions for formatting an image before sending it for Recognition....and reliability of text recognition is highly dependent on the...distortions preventing accurate recognition. 30-40 seconds ; Up to 4...

    docs.aspose.com/ocr/java/image-processing/
  3. Identifying the characters|Documentation

    Detecting the characters in an image....accuracy and performance of recognition. Alternatives can be used...find out patterns in common recognition errors, such as misidentifying...

    docs.aspose.com/ocr/java/characters-identify/
  4. Identifying the characters|Documentation

    Detecting the characters in an image....accuracy and performance of recognition. Alternatives can be used...find out patterns in common recognition errors, such as misidentifying...

    docs.aspose.com/ocr/cpp/characters-identify/
  5. Supported file formats|Documentation

    File formats for images and Recognition results supported by Aspose.OCR for Python via .NET.... Recognition results Recognition results are returned...making searchable PDFs. Recognition languages Analyzing your...

    docs.aspose.com/ocr/python-net/supported-file-f...
  6. Supported file formats|Documentation

    File formats for images and Recognition results supported by Aspose.OCR for JavaScript via C++.... Recognition results Recognition results are returned...format for most systems Recognition languages Analyzing your...

    docs.aspose.com/ocr/javascript-cpp/supported-fi...
  7. Recognize multipage TIFF via C# | Aspose

    Recognize multipage TIFF via C#....NET Recognition Recognize tiff HTML PDF OCR XML...default, you will receive the recognition results for all pages in...

    products.aspose.com/ocr/net/recognition/recogni...
  8. Special Barcode Reading Cases|Documentation

    This article explains how barcode Recognition can be optimized in terms of accuracy and speed in case of various distortions...selecting the most suitable recognition option according to the checksum...may result in incorrect recognition of 1D barcodes. Reading Inverted...

    docs.aspose.com/barcode/python-net/special-barc...
  9. DetectAreasMode.CURVED_TEXT|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.CURVED_TEXT algorithm....models ( aspose-ocr-advanced-recognition-v1 ) in your project. When...distortion negatively affects recognition. DetectAreasMode.CURVED_TEXT...

    docs.aspose.com/ocr/net/areas-detection/curved_...
  10. Hello, world!|Documentation

    Get started with Aspose.OCR for Python via .NET by creating and running a bare minimum example....() Add the image to the recognition batch: input = OcrInput (...text: print ( result [ 0 ] . recognition_text ) Full code: import...

    docs.aspose.com/ocr/python-net/hello-world/