Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 17,682 for

reader

(0.04 sec)
  1. Generate Swiss Post Parcel Barcodes in JavaScri...

    Description of Swiss Post Parcel Barcode Type...the current barcode value var reader = new BarCodeInstance . BarCodeReader...); reader . ReadBarCodes (); for ( var i = 0 ; i < reader . FoundCount...

    docs.aspose.com/barcode/javascript-cpp/swiss-po...
  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. Marking Barcode Regions in an Image in PHP|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....PHPCode # initialize barcode reader $img = $dataDir . "barcode...$barcode_reader_type = new BarCodeReadType (); $reader = new BarCodeReader...

    docs.aspose.com/barcode/java/marking-barcode-re...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...