Use ClearImage Barcode 1D Basic to automatically and rapidly recognize barcodes on separator sheets and cover pages for indexing, routing and content storage purposes. Reading up to 17 different 1D symbologies, including Code 39, Code 128, ClearImage can keep up with even the highest performance scanners and applications.
For more demanding applications with poorer quality images, such as incoming fax pages, sheets with hand pasted barcode labels, or pre printed forms with barcodes or for more orientations or a larger numbers of barcodes use ClearImage Barcode 1D Pro .
Each element of SDK is designed to save you time and reduce your cost : Easy evaluation. Try ClearImage Barcode 1D Basic 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 up to 2 Code39 barcodes per page in a TIFF 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 Basic is easy to install in production environment, where it delivers proven reliable results.
Quick answers. At Inlite Research, developers respond to your support queries. Contact our development team to get an expert advice typically within 24 hours.
|