Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 22,220 for

reader

(0.2 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. Read MBOX Files with Aspose.Email in C#|Documen...

    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....class and pass the stream var reader = new MboxrdStorageReader (...reading messages var message = reader . ReadNextMessage (); // Read...

    docs.aspose.com/email/net/read-mbox-files-csharp/
  3. 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-...
  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. 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...
  6. Recognition of EAN barcodes while barcode read ...

    Hi there! I want to only recognize UPC barcodes, but ReadBarCodes() also returns EAN barcodes. To demonstrate this, I’ve included the following simple test app for .NET Framework (using Aspose.Barcode 22.9.0). Use it i…...BarCodeReader reader = new BarCodeReader(); using (reader) { reader.SetBarCodeImage(bmp1);...SetBarCodeImage(bmp1); reader.SetBarCodeReadType(BarcodeTypes.ToArray());...

    forum.aspose.com/t/recognition-of-ean-barcodes-...
  7. 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...
  8. 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...
  9. 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/
  10. 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...