Data capture, character recognition OCR ICR OMR CHR BCR, image processing, forms data capture, document indexing, automatic data extraction Data capture, character recognition OCR ICR OMR CHR BCR, image processing, forms data capture, document indexing, automatic data extraction
Recogniform MICR E13B SDK

Recogniform MICR E13B SDK

History: MICR E13B font was developed in 1958 by American Bankers Associations (ABA) for automatic cheque processing. It's currently used in USA, Canada, Australia, UK and in other countries world-wide.

Standard: font print size is fixed at 0.117 inches (about 8.4 points), print density is 8 CPI.

Capability: our MICR E13B recognition engine is size tolerant and it's able to read codelines with small size variation. The recognized character set is made up by the following digits and symbols:
Set of characters MICR E13B
According to the picture order, the last symbols are called: BSB (or Transit), Domestic (or On-Us), Amount, Dash and, after recognition, they are respectively reported like ":" "<" ";" "=" in ASCII characters.

Accuracy: with MICR E13B recognition engine, the accuracy reaches 100% in case of good quality scanned images; if quality is low or medium, error rate will usually be less than 0.5%. For each recognized character a confidence level is reported, to let you to appreciate how much accurate has been the recognition process.

Technology: our engine is based on three distinct classifiers using different methods: artificial neural network, features extraction, statistycal matrix matching. An expert system, using fuzzy rules, reconciles all the outputs obtaining the best match.

Speed: speed is linked to cpu speed. Using Pentium processors, time performance are usually included between 30 and 100 CPS.

Input: monochrome images (like memory DIB handles, Device Independent Bitmap) at resolution of 200 or more DPI are accepted in input. Better results can be obtained using gray-scale images with our dynamic thresholding SDK.

Output: output is made by recognized characters ASCII codes, by confidence level and by coordinates of each area containing characters.

Platform: all Windows platforms are supported.

Packaging: the engine is packaged in DLL format. The total size is 500 KB. No extra file is required.

Here is a sample of E13B codeline image, automatically readable with 100% accuracy:
Example di E13B
To test this library you can download a demo application (500 KB) that allows you to recognize codelines from your images: please give us your feedback and your comments after the test!
Here is the source code sample that uses our engine:

// Demo user function
long RecognizeMyCodeline(long CodelineDIB)
 {

  // Declare local variables 
  long Session,Error,Lines,LineLen;
  char Chars[1024]; // We expect to have codelines with less then 1024 chars !
  single Confidences[1024];
  rect Rects[1024]

  // Init the library in evaluation mode
  Error=E13B_Init("demo","demo", &Session);
  
  // Check if any error occurred
  if (Error!=E13B_OK)
   {
    
    // Perform the recognition
    Error=E13B_Read(Session, CodelineDIB,  TRUE);

    // Check if any error occurred
    if (Error!=E13B_OK)
     {

      // Retrieve the codeline length
      E13B_ResultLineLength(Session,0,&LineLen);

      // ===============================================================
      // You could allocate here memory for Chars, Confidences and Rects
      // using LineLen value instead to use fixed size buffers...
      // ===============================================================

      // Retrieve the codeline chars
      E13B_ResultLineChars(Session,0,&Chars);

      // Retrieve the codeline char confidences...if required
      E13B_ResultLineConfidences(Session,0,&Confidences);

      // Retrieve the codeline char rects...if required
      E13B_ResultLineRects(Session,0,&Rects);

      // =============================================
      // Add here your code to use the recognized data
      // =============================================
     } 
    // Deinitialize the library
    E13B_Done(Session);
   }
  return (Error);
 }
                                            
Evaluation version
Through the download section you can download an evaluation version of this product.


Looking a solution ready to use capable of processing images, documents and forms contenents characters for font at magnetic ink E13B? Choose Recogniform Reader!
To more information about Recogniform MICR E13B SDK and our solution for data capture and image processing, you can send us a email to informazioni@recogniform.it or fill the below form.


Company
Title
First Name
Last Name
Address
Zip Code
State
Country
Phone
Fax
E-mail
Message

Taking note of Information of the policy of personal data (D. Lgs 30 june 2003 n.196 and subsequent amendment and additions), click on the "OK" button i consent to collect, hold, process, communicate, and if appropriate, discontinue the treatment/s of personal data that concern me, for the purposes specified in the policy.

   
  • SDK MICR E13B - Purchase

    SDK MICR E13B

    € 2.000,00 + VAT
  • SDK MICR E13B - Runtime license - Purchase

    SDK MICR E13B - Runtime license

      x   € 200,00 + VAT