문제

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 ?

도움이 되었습니까?

해결책

You can call setLanguage method.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top