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

Need more init routines for G8RecognitionOperation #251

Open vorlovsky opened 8 years ago

vorlovsky commented 8 years ago

Why have you defined only one signature for initWithLanguage routine in G8RecognitionOperation class? It wraps G8Tesseract with totally 5 of them and an option to pass all available params to initializer will be the best, IMHO. Is it in your TODOs list or there are some implicit limitations for setting different language, whitelisted chars, etc. for every new operation created?

ws233 commented 8 years ago

It's up to you to create any operations. This is just kind of an example. There are no plans to support any operations at all. It doesn't relate to the Tesseract so.