0
votes

i was able to build a simple ocr application for android sucessfully in english language (using tesseract) by following http://gaut.am/making-an-ocr-android-app-using-tesseract/

Now it can recognize English characters . But how can i change the language preferences from english to any other ? ex indic languages

I have downloaded the trained data for an indic language and replaced with english and modified some code accordingly. But it doesnt turn up with results.

1

1 Answers

1
votes

The lang parameter in the statement baseApi.init(DATA_PATH, lang); specifies the language for OCR.