Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 3,093 for

recognize image

(0.05 sec)
  1. 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/
  2. 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...
  3. Getting recognition results as XML|Documentation

    Returning Aspose.OCR for Python via .NET recognition results in XML format....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-xml/
  4. Recognition Quality Presets|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different quality options presets and setting various options...fine-tune various algorithms for image recovery and barcode recognition...distortions or artifacts in barcode images. The class also provides preset...

    docs.aspose.com/barcode/javascript-cpp/recognit...
  5. Read Barcodes using Barcode Java API|Documentation

    Description of Barcode Java API for barcode recognition...[ Hide ] Scan Barcode from Image The following example demonstrates...barcode image using Aspose.BarCode. Sample barcode image Recognition...

    docs.aspose.com/barcode/java/read-barcodes-with...
  6. Hello, world!|Documentation

    Get started with Aspose.OCR for Python via .NET by creating and running a bare minimum example....for extracting text from an image with Aspose.OCR for Python via...Any plain text editor. Some image containing a text. You can simply...

    docs.aspose.com/ocr/python-net/hello-world/
  7. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for Python via .NET recognition engine....processes such as the parallel image processing or background data...number of images in the recognition batch . Recognizing one image...

    docs.aspose.com/ocr/python-net/multithreading/
  8. Get areas with text coordinates via C# | Aspose

    Automatically find the coordinates of Image regions containing text paragraphs....Automatically find the coordinates of image regions containing text paragraphs...boxes of all paragraphs in images, provided in OcrInput object...

    products.aspose.com/ocr/net/recognition/get-tex...
  9. 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/
  10. Binarization|Documentation

    How to convert an Image to black and white either automatically or by manually specifying a threshold....always uses black and white images to detect text and perform...Automatically converting the image to black and white By default...

    docs.aspose.com/ocr/net/binarization/