Read 21 different 1D barcodes, including Code 39, Code 128, Intelligent Mail Barcodes, Australia Post, Royal Mail, 4 state postal codes, and many others from images stored in PDF , TIFF, JPG and other image file formats. Process invoices, route incoming fax documents , index documents in scanning service bureaus and support critical production applications. No matter from which source you obtain the images: Fax server, document scanner, camera or microfilm scanner, ClearImage 1D Pro will read them:
- In any orientation – horizontal, vertical, diagonal or skewed
- In the whole image or specified area
- As many barcodes as are available on the image
- Even from poor quality images
For the highest reliability of your business process and to avoid issues associated with barcode fonts, use Inlite's Barcode Generation tools.
The ClearImage Barcode 1D pro, included in the ClearImage SDK, is designed to minimize your time to market and to reduce your operating costs:
Easy evaluation. Try PDF417 barcode 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 Code 39 barcodes in a PDF file:
using Inlite.ClearImageNet;
...
BarcodeReader reader = new BarcodeReader();
reader.Code39 = true;
foreach (Barcode bc in reader.Read("test.tif"))
MessageBox.Show("Value=" + bc.Text); |
Reliable operation. ClearImage Barcode 1D Pro is easy to install in production environment, where it delivers proven reliable results.
|