Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 21,623 for

reader

(0.38 sec)
  1. Getting Barcode Region Information from the Ima...

    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....PHPCode # initialize barcode reader $img = $dataDir . "barcode...$barcode_reader_type = new BarCodeReadType (); $reader = new BarCodeReader...

    docs.aspose.com/barcode/java/getting-barcode-re...
  2. Set Target Barcode Types for Recognition|Docume...

    This Article Describes How to Set Target Barcode Types for Recognition...to get BarCodeInstance var reader = new BarCodeInstance . BarCodeReader...path } multiple_codes.png` ); reader . SetBarCodeReadType ( "Code39Extended"...

    docs.aspose.com/barcode/javascript-cpp/set-targ...
  3. Different Input Sources|Documentation

    Learn how to use BarCodeReader with file paths, streams, images, and in-memory data in Aspose.BarCode for Java....png" ; BarCodeReader reader = new BarCodeReader ( imagePath...BarCodeResult [] results = reader . readBarCodes (); Key points:...

    docs.aspose.com/barcode/java/developer-guide/ba...
  4. Read BarCode from Specific Region of Image in R...

    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....look for the barcode barcode_reader_type = Rjb :: import ( 'com...barcoderecognition.BarCodeReadType' ) reader = Rjb :: import ( 'com.aspose...

    docs.aspose.com/barcode/java/read-barcode-from-...
  5. Get Barcode Type and Encoded Data|Documentation

    This article describes how to read barcode parameters...barcode from the image var reader = new BarCodeInstance . BarCodeReader...); reader . ReadBarCodes (); for ( var i = 0 ; i < reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/get-barc...
  6. Set Target Regions for Recognition|Documentation

    This Article Describes How to Set Target Regions in Source Image for Recognition...png" )) using ( BarCodeReader reader = new BarCodeReader ( bmp ...foreach ( BarCodeResult result in reader . ReadBarCodes ()) Console...

    docs.aspose.com/barcode/net/set-target-regions/
  7. Get all Possible 1D BarCodes from an Image in R...

    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....initialize barcode reader barcode_reader_type = Rjb :: import...barcoderecognition.BarCodeReadType' ) reader = Rjb :: import ( 'com.aspose...

    docs.aspose.com/barcode/java/get-all-possible-1...
  8. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition... using ( BarCodeReader reader = new BarCodeReader ( $"{path}multiple_codes...foreach ( BarCodeResult result in reader . ReadBarCodes ()) Console...

    docs.aspose.com/barcode/net/set-barcode-source/
  9. Get all Possible 1D Barcodes from an Image in P...

    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....initialize barcode reader $barcode_reader_type = new BarCodeReadType...(); $reader = new BarCodeReader ( $img , $barcode_reader_type...

    docs.aspose.com/barcode/java/get-all-possible-1...
  10. Set Target Barcode Types for Recognition|Docume...

    This Article Describes How to Set Target Barcode Types for Recognition... using ( BarCodeReader reader = new BarCodeReader ( $"{path}multiple_codes...$"{path}multiple_codes.png" )) { reader . SetBarCodeReadType ( DecodeType...

    docs.aspose.com/barcode/net/set-target-barcode-...