Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 21,623 for

reader

(1.15 sec)
  1. Get BarCode Recognition Quality in Percent 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-barcode-recogn...
  2. Get BarCode Recognition Quality in Percent 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-barcode-recogn...
  3. Basic Barcode Recognition Parameters|Documentation

    This Article Describes How Basic Recognition Parameters...specified decode types var reader = new BarCodeInstance . BarCodeReader...); reader . ReadBarCodes (); for ( var i = 0 ; i < reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/develope...
  4. BarCode Orientation in Ruby|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....'/data/' \ # initialize barcode reader img = data_dir + "orientation..."orientation.jpg" barcode_reader_type = Rjb :: import ( 'com.aspose.barcoderecognition...

    docs.aspose.com/barcode/java/barcode-orientatio...
  5. 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....barcode reader img = data_dir + "barcode.jpg" barcode_reader_type...barcoderecognition.BarCodeReadType' ) reader = Rjb :: import ( 'com.aspose...

    docs.aspose.com/barcode/java/getting-barcode-re...
  6. Public API Changes in Aspose.BarCode 6.8.0|Docu...

    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....BarCodeReader class BarCodeReader reader = new BarCodeReader ( "databarexpandedstack...if ( reader . read ()) { System . out . println ( reader . getCodeText...

    docs.aspose.com/barcode/java/public-api-changes...
  7. Read Barcode from Specific Region of 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....$barcode_reader_type = new BarCodeReadType (); $reader = new BarCodeReader...0 , 0 , 10 , 50 ), $barcode_reader_type -> Code39Standard ); \...

    docs.aspose.com/barcode/java/read-barcode-from-...
  8. Marking BarCode Regions in an Image in Ruby|Doc...

    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 reader img = data_dir + "barcode.jpg" barcode_reader_type...barcoderecognition.BarCodeReadType' ) reader = Rjb :: import ( 'com.aspose...

    docs.aspose.com/barcode/java/marking-barcode-re...
  9. Barcode Reading Settings|Documentation

    This article describes how to adjust various barcode recognition settings in Aspose.BarCode for Node.js via Java according to business needs...png" ); let reader = new BarCodeReader ( "test...EAN_13 ); //checksum disabled reader . setChecksumValidatio ( ChecksumValidation...

    docs.aspose.com/barcode/nodejsjava/barcode-read...
  10. Barcode Reading Quality Options and Presets|Doc...

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different automatic presets and setting various options in PHP via Java...recommended for debugging tasks only $reader = new BarCodeReader ( "test...//set high performance mode $reader -> setQualitySettings ( QualitySettings...

    docs.aspose.com/barcode/phpjava/barcode-reading...