Read automatically all DataMatrix barcodes from image files, including PDF or TIFF. Barcodes coming from FAX, scanner, camera or microfilm can be in any orientation. Combined with Inlite's barcode generation this engine assures the highest barcode readability for your business process.
Each element of SDK is designed to save you time and reduce your cost:
Evaluate barcode recognition with your own images in ClearImage Demo. To start evaluation download free ClearImage SDK.
Develop code in no time with intuitive .NET or COM API. No obscure parameters. Use source code examples in C#, VB.NET, Visual Basic (VB6), C++, ASP, PHP, Delphi. As an example, these few lines of C# code read all DataMatrix barcodes in a PDF file:
using Inlite.ClearImageNet;
...
BarcodeReader reader = new BarcodeReader();
reader.DataMatrix = true;
foreach(Barcode bc in reader.Read("c:\\test.pdf"))
MessageBox.Show("Value=" + bc.Text); |
Deploy barcode recognition in your production process. ClearImage DataMatrix barcode decoder will address demands of the highest accuracy and reliability.
|