Read the E13B MICR line data from any PDF, TIff or JPG image, whether from document scanners, or from check scanners. Financial institutions and businesses can use this engine to automate their check handling workflows For businesses, payments arriving from customers are printed on letter sized paper, together with the payment stub or advice.The ClearCheck21 MICR Reader engine is the only engine in the industry that can extract the check image from this sheet, and prepare the check image for remote deposit in a Check21 Cash Letter File. With the optional ClearCheck21 IQA engine you can also obtain the required IQA metrics for the deposit. Financial Institutions use the ClearCheck21MICR Reader engine to read poor quality images in a virtual reject repair process that does not require physical rescan.
- Extract the correctly framed check image from the image page, in any orientation – horizontal, vertical, diagonal or skewed
- Images may be grayscale, or bitonal in any resolution
- Parse and interpret the data, for US checks, according to ABA rules
- Obtain the unparsed data for non US checks
- Reads the MICR on the check and the correction strip
- Even from poor quality images
The ClearCheck21 MICR Reader engine is part of the ClearCheck21 SDK, which is designed to minimize your time to market and to reduce your operating costs: Easy evaluation. Download free ClearImage SDK, and run the ClearImage Demo to evaluate the ClearCheck21MICR Reader recognition with your own images. Rapid development. Start with the source code examples in C#, VB.NET, Visual Basic (VB6), C++, ASP, PHP, Delphi. Use 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.pdf"))
MessageBox.Show("Value=" + bc.Text); |
Reliable operation. ClearImage Barcode 1D Pro 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.
|