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

Added a fully configurable version of G8RecognitionOperation:initWithLanguage routine #254

Closed vorlovsky closed 6 years ago

vorlovsky commented 8 years ago

Because of the call to the original version of initWithLanguage is covered with unit tests and the new one is just called from it for now, it seems to me that no changes in unit tests required.

vorlovsky commented 8 years ago

Hm... I have no issues with this code neither in XCode 6 nor 7. What's Travis is talking about - "no visible @interface for 'G8Tesseract' declares the selector" ???

gali8 commented 6 years ago

@vorlovsky thanks for your work. Unfortunately travis-ci is failing. Please fix it and try again.

gali8 commented 6 years ago

Fixed. Removed "copyFilesFromResources" because not more used.