Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 21,762 for

reader

(0.11 sec)
  1. 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...
  2. Switch Barcode Recognition Modes According to t...

    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/switch-barcode-rec...
  3. Basic Barcode Recognition|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....Create barcode reader instance BarCodeReader reader = new BarCodeReader...for ( BarCodeResult result : reader . readBarCodes ()) { System...

    docs.aspose.com/barcode/java/developer-guide/ba...
  4. Recognition Barcode Quality and Deconvolution M...

    This article explains how barcode recognition can be optimized in terms of accuracy and speed in case of various distortions...DeconvolutionMode: Fast" ); var reader = new BarCodeInstance . BarCodeReader...Planet,QR,MicroQR,DataMatrix" ); reader . QualitySettings . BarcodeQuality...

    docs.aspose.com/barcode/javascript-cpp/recognit...
  5. Read Barcode Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata..."ReadExtPDF417Meta:" ); var reader = new BarCodeInstance . BarCodeReader...); reader . ReadBarCodes (); for ( var i = 0 ; i < reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/read-bar...
  6. Recognition Quality Presets|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different quality options presets and setting various options..."ReadQualityPresets: HighPerformance" ); var reader = new BarCodeInstance . BarCodeReader...Pdf417,DataMatrix,Aztec" ); reader . QualitySettings = BarCodeInstance...

    docs.aspose.com/barcode/javascript-cpp/recognit...
  7. Barcode Reading Basics|Documentation

    This Article Describes How to Read Barcodes of Different Symbologies from Images and How to Recognize All 1D Barcodes Presented in an Image...barcodes with BarCodeReader $reader = new BarCodeReader ( "test...DecodeType :: CODE_128 ); foreach ( $reader -> readBarCodes () as $result...

    docs.aspose.com/barcode/phpjava/barcode-reading...
  8. 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...
  9. Set Barcode Checksum Verification|Documentation

    This article describes how to set checksum verification in Aspose.BarCode for JavaScript via C++..."ChecksumValidation: Default" ); var reader = new BarCodeInstance . BarCodeReader...GenerateBarCodeImage (), "Code11" ); reader . BarcodeSettings . ChecksumValidation...

    docs.aspose.com/barcode/javascript-cpp/set-chec...
  10. Switch BarCode Recognition Modes According to t...

    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/switch-barcode-rec...