Question

I am currently using Tess4J in order to integrate tesseract within my java program.

Is it possible for me to work with lang.traineddata files like deu.traineddata , and afterwards just include this in my tessdata folder used by my Tess4J wrapper from my java program.

because i tried to include the deu.traineddata in tessdata folder used it on a Deutsche document but the result is the same as using only English eng.traineddata

i don't know if i have to include something in the config , how can i fix this problem ?

Was it helpful?

Solution

You can call setLanguage method.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top