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

recognize image

(0.18 sec)
  1. Median filter|Documentation

    How to smooth out noise in an Image using Aspose.OCR for Python via .NET before applying other processing filters or performing OCR....up in highly compressed JPEG images in form of compression artifacts...for removing noise from an image at the cost of some detail,...

    docs.aspose.com/ocr/python-net/median/
  2. Barcode API for Android Apps - Java SDK for QR,...

    Add professional barcode generation and recognition to your Android apps. Use Java to create and scan 1D and 2D barcodes, including QR Code, Data Matrix, PDF417, and more....Just a Few Lines Generate Recognize // Create instance of BarcodeGenerator...()); // Read barcodes from the image BarCodeResult [] barCodeResults...

    products.aspose.com/barcode/android-java/
  3. How to create OMR template file (.omr) using ex...

    Hi @nikita.korobeynikov, I am going to call TemplateProcessor.RecognizeImage() method to process scanned Image. It takes String as file path but I get the Image from BufferedImage in the memory. In this case, can you please advise how to invoke method? In additon, is there any reference for API documenation? Here is the snippet for your understanding. // render the PDF page to an Image with 100 DPI JPG format BufferedImage Image = renderer.renderImageWithDPI(i, 100, ImageType.RGB); // Pro......omr) using existing image in Java Aspose.OMR Product Family...recognizeImage() method to process scanned image. It takes String as file path...

    forum.aspose.com/t/how-to-create-omr-template-f...
  4. 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/
  5. Conversion to grayscale|Documentation

    How to convert source Images to grayscale using Aspose.OCR for Python via .NET before recognition.... Grayscale allows images to be processed more efficiently...and crisper text than color images. Converting to grayscale can...

    docs.aspose.com/ocr/python-net/grayscale/
  6. DetectAreasMode.CURVED_TEXT|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.CURVED_TEXT algorithm....results in distortion of the image, causing the lines of text to...dealing with perfectly straight images, such as a single scanned sheet...

    docs.aspose.com/ocr/python-net/areas-detection/...
  7. Getting the list of misspelled words|Documentation

    How to get the list of misspelled words and replacement suggestions....misspelled words found in an image and their suggested replacements...new AsposeOCR (); // Add an image to OcrInput object OcrInput...

    docs.aspose.com/ocr/java/misspelled-words-list/
  8. Recognition languages|Documentation

    How to specify the language that is used by the Aspose.OCR for JavaScript via C++ recognition engine....for JavaScript via C++ can recognize a text in a large number of...language for the image. If you try to recognize Cyrillic text using...

    docs.aspose.com/ocr/javascript-cpp/languages/
  9. 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...
  10. 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/