What kind of OCR Java library should I use in Android?

android, java, ocr

Solution

Don't know how good it is (it definitely needs to be trained first), but there is Ron Cemer's Java OCR library.

Problem

I would like to build an Android application that, via an OCR library, should scan a picture extracting text from it . What Java library should I use?

Original source