It seems that you only need to download TessTwo , make sure that you have correctly set the environment variables (ANT_HOME, ANDROID_HOME and ANDROID_NDK) to these points where you have Ant and Android SDK.
This is then a matter of building a project, following the TessTwo guidelines. To set up a library project that you can import.
Do not forget that command lines must be executed in CygWin. After the library project is built, you must have the correct .so files in libs / *. To really use them, you can start with this link .
@Burak: I solved my problem. For Windows; Write the codes below for Cygwin
a.cd <project-path'i>/tess-two b.export TESSERACT_PATH=${PWD}/external/tesseract-3.01 c.export LEPTONICA_PATH=${PWD}/external/leptonica-1.68 d.export LIBJPEG_PATH=${PWD}/external/libjpeg e./cygdrive/<ndk-directory>/ndk-build
Enter the codes below in CMD
f.android update project
Do not forget about the "." in step f.
gunar Jul 18 '13 at 13:14 2013-07-18 13:14
source share