rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.22k stars 894 forks source link

BUILD ERROR #19

Closed vootipong closed 9 years ago

vootipong commented 10 years ago

I was trying to build the OCRTEST but the error has appear .. builderror

PauloBTX commented 10 years ago

Sabe problem here.. =(

PauloBTX commented 10 years ago

I saw that u need to compile the library with NDK.

Build this project using these commands (here, tess-two is the directory inside tess-two – the one at the same level as of tess-two-test): cd /tess-two ndk-build android update project --path . ant release

Here : http://gaut.am/making-an-ocr-android-app-using-tesseract/