Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to recognize MICR codes in Android

I am trying to find the way to OCR the MICR codes from document. For that I used Tesseract library, Using this I got success in recognizing texts but when it comes to MICR it fails to recognize that.

Here is the sample MICR image which I want to read:

enter image description here

This is a MICR E-13B fonts (more info).

So is there any open source library to recognize MICR codes for Android? I found Leadtools SDK which provides this functionality but that is paid.

like image 420
Juned Avatar asked Aug 13 '14 06:08

Juned


1 Answers

You can use Tesseract with mcr.traineddata language data file.

like image 194
nguyenq Avatar answered Oct 20 '22 08:10

nguyenq