Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 21,607 for

reader

(0.71 sec)
  1. Quick Recognition 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....128 barcodes BarCodeReader reader = new BarCodeReader ( "code128...for ( BarCodeResult result : reader . readBarCodes ()) { System...

    docs.aspose.com/barcode/java/developer-guide/qu...
  2. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition...types from an image file var reader = new BarCodeInstance . BarCodeReader...); reader . ReadBarCodes (); for ( var i = 0 ; i < reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/set-barc...
  3. Read Damaged Barcodes|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed in case of various distortions in PHP via Java... $reader = new BarCodeReader ( "test...DecodeType :: CODE_128 ); $reader -> getQualitySettings () ->...

    docs.aspose.com/barcode/phpjava/read-damaged-ba...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Barcode Reading Settings|Documentation

    This article describes how to adjust various barcode recognition settings in Aspose.BarCode for PHP via Java according to business needs...BarcodeImageFormat :: PNG ); $reader = new BarCodeReader ( "c:/test...EAN_13 ); //checksum disabled $reader -> getBarcodeSettings () ->...

    docs.aspose.com/barcode/phpjava/barcode-reading...
  10. 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...