Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 3,316 for

recognize text

(0.07 sec)
  1. Scan ISSN barcode Images via Android via Java |...

    Android sample code to Recognize ISSN barcode in Android Runtime Environment....Products AsposeAndroid java Issn Recognize PNG JPG BMP TIFF SVG ISSN...recognition results Load the decoded text running the getCodeText method...

    products.aspose.com/barcode/android-java/issn/r...
  2. Scan PDF417 barcode Images via Android via Java...

    Android sample code to Recognize PDF417 barcode in Android Runtime Environment....AsposeAndroid java Pdf417 Recognize PNG JPG BMP TIFF SVG PDF417...recognition results Load the decoded text running the getCodeText method...

    products.aspose.com/barcode/android-java/pdf417...
  3. Scan Postnet barcode Images via Android via Jav...

    Android sample code to Recognize Postnet barcode in Android Runtime Environment....AsposeAndroid java Postnet Recognize PNG JPG BMP TIFF SVG Postnet...recognition results Load the decoded text running the getCodeText method...

    products.aspose.com/barcode/android-java/postne...
  4. Scan QR Code, GS1 QR Code Images via Android vi...

    Android sample code to Recognize QR Code, GS1 QR Code in Android Runtime Environment....Products AsposeAndroid java Qr Recognize PNG JPG BMP TIFF SVG QR Read...recognition results Load the decoded text running the getCodeText method...

    products.aspose.com/barcode/android-java/qr/rec...
  5. Scan Australia Post barcode and Australia Post ...

    Android sample code to Recognize Australia Post barcode and Australia Post eParcel in Android Runtime Environment....AsposeAndroid java Australia via Post Recognize PNG JPG BMP TIFF SVG Australia...recognition results Load the decoded text running the getCodeText method...

    products.aspose.com/barcode/android-java/austra...
  6. Aspose.OCR for .NET|Documentation

    Aspose.OCR for .NET is an easy-to-use .NET library for converting scanned images and photographs to Text....API for converting images to text. It allows you to add optical...Indic scrips. Aspose.OCR can recognize scanned images or even smartphone...

    docs.aspose.com/ocr/net/
  7. Conversion to grayscale|Documentation

    How to convert source images to grayscale using Aspose.OCR for Python via .NET before recognition....cleaner backgrounds, and crisper text than color images. Converting..."result" ) # Recognize the image result = api . recognize ( input...

    docs.aspose.com/ocr/python-net/grayscale/
  8. Conversion to grayscale|Documentation

    How to convert source images to grayscale before recognition....cleaner backgrounds, and crisper text than color images. Converting...input , @"C:\result" ); // Recognize image Aspose . OCR . OcrOutput...

    docs.aspose.com/ocr/net/grayscale/
  9. Dilation|Documentation

    How to make characters in an image thicker to improve recognition accuracy....input , @"C:\result" ); // Recognize image Aspose . OCR . OcrOutput...results = recognitionEngine . Recognize ( input ); foreach ( Aspose...

    docs.aspose.com/ocr/net/dilate/
  10. Multithreading support|Documentation

    Optimize the resource usage and increase performance by setting the number of threads used by Aspose.OCR for C++ recognition engine....Extract text from the image auto result = asposeocr_recognize ( content...settings ); // Output the recognized text wchar_t * buffer = asp...

    docs.aspose.com/ocr/cpp/multithreading/