Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 3,483 for

recognize image

(0.08 sec)
  1. Defining the whitelist of characters|Documentation

    How to limit the set of characters Aspose.OCR engine will look for....automatically identified from an image using the built-in Aspose.OCR...OCR . AsposeOcr (); // Add an image to OcrInput object Aspose ....

    docs.aspose.com/ocr/net/characters-whitelist/
  2. 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/
  3. 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/
  4. 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/
  5. 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/
  6. 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/
  7. Language detecton|Documentation

    How to detect the languages used on the provided Image....families used on the provided image using detect_languages method:...method accepts the collection of images in any of the supported formats...

    docs.aspose.com/ocr/python-net/language_detection/
  8. 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-...
  9. 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/...
  10. 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...