Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 3,440 for

recognize image

(0.04 sec)
  1. Defining the blacklist of characters|Documentation

    How to ignore certain Image defects that may be incorrectly Recognized as characters....characters Contents [ Hide ] Image defects such as dirt and scratches...letters can be incorrectly recognized as punctuation or diacritical...

    docs.aspose.com/ocr/net/characters-blacklist/
  2. 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...
  3. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for .NET recognition engine....processes such as the parallel image processing, web server, database...number of images in the recognition batch . Recognizing one image...

    docs.aspose.com/ocr/net/multithreading/
  4. Read Barcodes from Word Documents|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....BarCode for Java to recognize barcodes from Microsoft Word...generate a barcode image Save the generated image to file Use Aspose...

    docs.aspose.com/barcode/java/read-barcode-from-...
  5. Getting recognition results as XML|Documentation

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

    docs.aspose.com/ocr/net/save-xml/
  6. Identifying recognition problems|Documentation

    How to identify non-fatal errors that occurred during recognition.... AsposeOcr (); // Add an image to OcrInput object Aspose ....Add ( "source.png" ); // Recognize image Aspose . OCR . OcrOutput...

    docs.aspose.com/ocr/net/identify-problems/
  7. 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...API api = AsposeOcr () # Add image to the recognition batch input...

    docs.aspose.com/ocr/python-net/areas-detection/...
  8. Saving recognition results as a file|Documentation

    Saving Aspose.OCR for Java recognition results as PDF, text, Word, or Excel documents, as well as XML and JSON files....original images are placed in the background; the recognized text...selectable overlay on top of the images. Format.PdfNoImg Portable Document...

    docs.aspose.com/ocr/java/save-file/
  9. Getting recognition results as JSON|Documentation

    Returning Aspose.OCR for Python via .NET recognition results in JSON 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-json/
  10. Layout detecton|Documentation

    How to detect the layout of the provided Image....NET can automatically analyze image content and identify the different...within it. Pass one or more images as aspose.ocr.OcrInput object...

    docs.aspose.com/ocr/python-net/layout_detection/