Since last few days 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:

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.
Any ideas, suggestions and advice will be appreciated.
Thanks
You can use Tesseract with mcr.traineddata
language data file.
If you try to recognize stubs and cheques, you can give a look to MICR and OCR languages file from https://github.com/BigPino67/Tesseract-MICR-OCR
来源:https://stackoverflow.com/questions/25279271/android-how-to-recognize-micr-codes