Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 3,374 for

recognize text

(0.21 sec)
  1. 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/
  2. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for .NET recognition engine.... Recognizing one image Applies to: recognition...number of threads to recognize blocks of text found on the image/page...

    docs.aspose.com/ocr/net/multithreading/
  3. Font.localeId property | Aspose.Words for Node.js

    Font.localeId property. Gets or sets the locale identifier (language) of the formatted characters....how to set the locale of the text that we are adding with a document...English and insert some Russian text, // the English locale spell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Font.locale_id property | Aspose.Words for Python

    Font.locale_id property. Gets or sets the locale identifier (language) of the formatted characters....how to set the locale of the text that we are adding with a document...English and insert some Russian text, # the English locale spell...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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/
  6. Scan DotCode barcode Images via Node.js via Jav...

    Node.js source code for DotCode barcode scanning and decoding in JavaScript applications....js via Java Dotcode Recognize PNG JPG BMP TIFF SVG DotCode...Using Node.js via Java To recognize DotCode barcode within Node...

    products.aspose.com/barcode/nodejs-java/dotcode...
  7. Scan ISBN barcode Images via Node.js via Java |...

    Node.js source code for ISBN barcode scanning and decoding in JavaScript applications....js via Java Isbn Recognize PNG JPG BMP TIFF SVG ISBN...Using Node.js via Java To recognize ISBN barcode within Node.js...

    products.aspose.com/barcode/nodejs-java/isbn/re...
  8. Scan Postnet barcode Images via Node.js via Jav...

    Node.js source code for Postnet barcode scanning and decoding in JavaScript applications....js via Java Postnet Recognize PNG JPG BMP TIFF SVG Postnet...Using Node.js via Java To recognize Postnet barcode within Node...

    products.aspose.com/barcode/nodejs-java/postnet...
  9. Scan PDF417 barcode Images via Node.js via Java...

    Node.js source code for PDF417 barcode scanning and decoding in JavaScript applications....js via Java Pdf417 Recognize PNG JPG BMP TIFF SVG PDF417...Using Node.js via Java To recognize PDF417 barcode within Node...

    products.aspose.com/barcode/nodejs-java/pdf417/...
  10. Extracting lines with coordinates|Documentation

    Automatic detection of line bounding boxes during recognition....textInLine String Extracted text AsposeOcr api = new AsposeOcr...results = api . Recognize ( images ); // Output recognized lines result...

    docs.aspose.com/ocr/java/image-line-extract/