Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 22,022 for

reader

(0.16 sec)
  1. Scan Code 93 Extended and Code 93 Standard barc...

    C++ sample code to scan and decode Code 93 Extended and Code 93 Standard barcodes in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: Code93 ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/code93/recognize/
  2. PdfSaveOptions.pageLayout property | Aspose.Wor...

    PdfSaveOptions.pageLayout property. Specifies the page layout to be used when the document is opened in a PDF Reader....document is opened in a PDF reader. get pageLayout () : Aspose...pages when opened in a PDF reader. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Code Examples|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.... PNG ); BarCodeReader reader = new BarCodeReader ( new ...BarCodeResult [] results = reader . readBarCodes (); System ...

    docs.aspose.com/barcode/java/barcode-generation...
  4. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    C++ sample code to scan and decode Standard 2 of 5 (Industrial 2 of 5) barcode in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: Standard2of5 ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/standard2of5/re...
  5. Scan Interleaved 2-of-5 (ITF) barcode Images vi...

    C++ sample code to scan and decode Interleaved 2-of-5 (ITF) barcode in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: ITF ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/itf/recognize/
  6. Scan Royal Mail 4-State Customer Code (RM4SCC) ...

    C++ sample code to scan and decode Royal Mail 4-State Customer Code (RM4SCC) in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, or Linux 64-bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: RM4SCC ); while (reader-> Read ()) { // Display code...

    products.aspose.com/barcode/cpp/rm4scc/recognize/
  7. Scan Royal Mail 4-State Customer Code (RM4SCC) ...

    JavaScript sample code to scan and decode Royal Mail 4-State Customer Code (RM4SCC) in any modern browser using WebAssembly-based library....be executed - JavaScript var reader = new BarCodeInstance . BarCodeReader...<file name> " , " RM4SCC " ); reader. ReadBarCodes (); //Display...

    products.aspose.com/barcode/javascript-cpp/rm4s...
  8. PdfSaveOptions.PageLayout | Aspose.Words for .NET

    Discover the PdfSaveOptions PageLayout property to customize your PDF’s layout for optimal viewing in any Reader. Enhance your document's presentation!...document is opened in a PDF reader. public PdfPageLayout PageLayout...pages when opened in a PDF reader. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Recognition|Documentation

    Extracting text from images, web links, archives, and other content....[ 0 ]; const reader = new FileReader (); reader . onload = function...console . log ( result_str ); }; reader . readAsArrayBuffer ( file...

    docs.aspose.com/ocr/javascript-cpp/recognition/
  10. Scan Bubble Answer Sheet in Java

    Follow this blog post to scan bubble answer sheet in Java. Aspose.OMR for Java provides classes and methods to build a JPG OMR sheet Reader programmatically.... However, this OMR sheet reader library can recognize human-marked...Programmatically Online OMR Sheet Reader - Live Demo OMR Sheet JPG -...

    blog.aspose.com/omr/scan-bubble-answer-sheet-in...