rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.22k stars 894 forks source link

Is possible if I use two traineddata #39

Closed pauljie018 closed 8 years ago

pauljie018 commented 8 years ago

I created my own traineddata since i Can't combine it to the eng.traineddata. Is it possible for the app to use use two or more traineddata at the same time.

rmtheis commented 8 years ago

Yes. Combine them with a plus sign in init: "eng+hin" for example.

See https://rmtheis.github.io/tess-two/javadoc/com/googlecode/tesseract/android/TessBaseAPI.html#init(java.lang.String,%20java.lang.String)

pauljie018 commented 8 years ago

Thanks a lot. This really helped me :)

abirbandy commented 7 years ago

where is the init?