My requirement is to recognize MICR code from a cheque. I already referred LEADTOOL for MICR recognizer and it's need paid code for MICR recognizer.
What is the easiest way to recognize MICR code using Tesseract in iOS?
My requirement is to recognize MICR code from a cheque. I already referred LEADTOOL for MICR recognizer and it's need paid code for MICR recognizer.
What is the easiest way to recognize MICR code using Tesseract in iOS?
复制mcr.traineddata
(附加到Tesseract-OCR 组帖子之一)到tessdata
文件夹,你应该很高兴。
I have attached MICR trained data with this post.Please download it and use in your code.
https://www.dropbox.com/s/anh3ooifn2c7xin/mcr.traineddata.zip?dl=0
And also you can generate customize trained data using tesseract. Please refer below link.
https://blog.cedric.ws/how-to-train-tesseract-301
Thanks.