4

I'm trying to make use of Tesseract TessbaseApi and I want to use two languages so that I can recognize for example English and Greek characters together.

I found that Tesseract 3.02 supports the recognition of multiple languages (Merging two OCR trained data).

But how can I use this in Android?

1 Answer 1

6

You can set via the init method:

baseApi.init(dataPath, "eng+ell");
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.