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

Why does the testsdata folder exist in the project? #421

Open uponup opened 4 years ago

uponup commented 4 years ago

Hey, gail8, Why does the testsdata folder exist in the project? Can we add traineddata dynamically? For example, the user selects the corresponding language pack in the app to download by himself.

tounaobun commented 4 years ago

+1

gali8 commented 4 years ago
    It is assumed that there is a .traineddata file for the language pack
    you want Tesseract to use in the "tessdata" folder in the root of the
    project AND that the "tessdata" folder is a referenced folder and NOT
    a symbolic group in your project