Closed GoogleCodeExporter closed 9 years ago
I was missing the libjpeg.so
Don't download tesseract-android-tools, but instead get the sources from the
repo: svn checkout http://tesseract-android-tools.googlecode.com/svn/trunk/
As kernel.org is down due to the recent attack, use the mirror to download
libjpeg. Replace the command "git clone
git://android.git.kernel.org/platform/external/jpeg.git libjpeg" mentioned in
tesseract-android-tools readme, with "git clone
git://github.com/android/platform_external_jpeg.git libjpeg".
and follow the steps here:
http://rmtheis.wordpress.com/2011/08/06/using-tesseract-tools-for-android-to-cre
ate-a-basic-ocr-app/
Original comment by tmanand@gmail.com
on 21 Sep 2011 at 10:25
Removed libjpeg and support for APIs < 8.
Original comment by alanv@google.com
on 11 Sep 2012 at 8:06
Original issue reported on code.google.com by
tmanand@gmail.com
on 21 Sep 2011 at 7:02