How to recognize MICR codes in Android

只愿长相守 提交于 2019-11-27 04:38:17

问题


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.


回答1:


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




回答2:


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/how-to-recognize-micr-codes-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!