Closed pauljie018 closed 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.
Yes. Combine them with a plus sign in init: "eng+hin" for example.
init
"eng+hin"
See https://rmtheis.github.io/tess-two/javadoc/com/googlecode/tesseract/android/TessBaseAPI.html#init(java.lang.String,%20java.lang.String)
Thanks a lot. This really helped me :)
where is the init?
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.