Read automatically all QR barcodes from image files, including JPG, PDF or TIFF. Barcodes coming from FAX, scanner, camera or microfilm can be in any orientation.
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 QR barcodes in a PDF file:
using Inlite.ClearImageNet;
...
BarcodeReader reader = new BarcodeReader();
reader.QR = true;
foreach (Barcode bc in reader.Read("test.pdf"))
MessageBox.Show("Value=" + bc.Text); |
Deploy barcode recognition in your production process. ClearImage QR barcode decoder will address demands of the highest accuracy and reliability.
Get quick answers, if you have any questions about the results or about barcodes in general. Contact our development team to get an expert advice typically within 24 hours. |