gali8 / Tesseract-OCR-iOS

Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.
http://www.nexor.it
MIT License
4.22k stars 949 forks source link

MICR data returns exception #380

Open emreond opened 6 years ago

emreond commented 6 years ago

Hello,

I'm trying to OCR MICR data. I implement dataset from below project; https://github.com/BigPino67/Tesseract-MICR-OCR

But I'm getting below error. What should be the problem?

[discovery] errors encountered while discovering extensions: Error Domain=PlugInKit Code=13 "query cancelled" UserInfo={NSLocalizedDescription=query cancelled} other_case < unicharset_size:Error:Assert failed:in file unicharset.cpp, line 869

ChrisTomAlx commented 5 years ago

@emreond I am looking into this as well. Did you get lucky and figure this out by any chance ?