Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 3,509 for

recognize image

(0.05 sec)
  1. Dilation|Documentation

    How to make characters in an Image thicker using Aspose.OCR for Python via .NET 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/python-net/dilate/
  2. 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...
  3. 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...
  4. Getting recognition results as text|Documentation

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

    docs.aspose.com/ocr/net/save-text/
  5. Barcode Generation and Recognition API for .NET...

    Add barcode generation and recognition to .NET apps. Create and scan 1D and 2D formats such as QR Code, PDF417, and Code 128 with a cross-platform C# SDK....Just a Few Lines Generate Recognize // Create instance of BarcodeGenerator...HighPerformance ; // Read barcodes on image foreach ( BarCodeResult result...

    products.aspose.com/barcode/net/
  6. Identifying the characters|Documentation

    Detecting the characters in an Image....list of characters found in an image and provide 4 less likely alternatives...API api = AsposeOcr () # Add image to the recognition batch input...

    docs.aspose.com/ocr/python-net/characters-ident...
  7. Color inversion|Documentation

    How to swap colors in an Image using Aspose.OCR for Python via .NET 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/python-net/invert/
  8. 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/
  9. Getting recognition results as XML|Documentation

    Returning Aspose.OCR for Java recognition results in XML format....new AsposeOCR (); // Add an image to OcrInput object OcrInput...Add ( "source.png" ); // Recognize image ArrayList < RecognitionResult...

    docs.aspose.com/ocr/java/save-xml/
  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/