Read PDF417 and Code128 barcodes from Driver License or ID Cardimages stored in PDF, TIFF, JPG and other image file formats.
Scan the licenses or cards on a flatbed or card scanner, In any orientation – horizontal, vertical, diagonal or skewed. The engine executes the necessary image enhancements to recover the barcodes, even from poor quality images.
- The engine reports the fields on the Driver License in accordance with AAMVA/ANSI definitions
- Recognized the version of the fields and decodes them appropriately
- Raw data is also provided, for parsing outside the engine
Easy evaluation. Try the ClearImage DL/ID recognition with your own images in ClearImage Demo. To start evaluation download free ClearImage SDK
Rapid development. Start with the source code examples in C#, VB.NET, Visual Basic (VB6), C++, ASP, PHP, Delphi. Use intuitive .NET or COM API without obscure parameters.
For example, these few lines of C# code read all PDF417 barcodes in a PDF file:
using Inlite.ClearImageNet;
...
BarcodeReader reader = new BarcodeReader();
reader.Pdf417 = true;
foreach (Barcode bc in reader.Read("test.pdf"))
MessageBox.Show("Value=" + bc.Text); |
Reliable operation. The ClearImage SDK is easy to install in production environment, where it delivers proven reliable results.
|