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

IS there anyway to run with bitcode enabled to YES ? #365

Open Venkata-Maniteja opened 6 years ago

Venkata-Maniteja commented 6 years ago

Currently I'm able to run without bitcode . But that makes my project size cross 1GB.
Previously it was around 80MB.

Is it possible at all to run the project with bitcode set to YES ?

One way I'm thinking is to removed the unnecessary languages from the tessdata folder.

All I need is the English, French ,German.

eduardo22i commented 6 years ago

@Venkata-Maniteja I'll do it and let you know :)

eduardo22i commented 6 years ago

@Venkata-Maniteja I opened a pull request:

https://github.com/gali8/Tesseract-OCR-iOS/pull/366

You can take a look here:

https://github.com/eduardo22i/Tesseract-OCR-iOS