1

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?

Adam B
  • 3,775
  • 3
  • 32
  • 42
prabakaran iOS
  • 681
  • 7
  • 19

2 Answers2

0

Copy mcr.traineddata (attached to one of the Tesseract-OCR Groups posts) to tessdata folder, and you should be good to go.

nguyenq
  • 8,212
  • 1
  • 16
  • 16
0

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.

prabakaran iOS
  • 681
  • 7
  • 19