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

Running LSTM and 4.0alpha on iOS #325

Open davecoffin opened 7 years ago

davecoffin commented 7 years ago

Hi there, I am trying to run LSTM on iOS, but I'm not sure how to change the oem engine mode. In the code it references a lang.config file but I cant find one in this repo and I'm not sure how to create one.

I am using this fork to try and run 4.0alpha: https://github.com/chaoskyme/Tesseract-OCR-iOS

and this is the issue I opened in the tesseract-ocr repo, with the response explaining how to solve my problem with 4.0 and lstm: https://github.com/tesseract-ocr/tesseract/issues/963

But I cannot get my app to recognize the test successfully, and I dont know if I am using LSTM or not, as I dont know where to change it in the config. Any help would be much appreciated!