rmtheis/tess-two

compile binary only

TonyStark opened this issue · 6 comments

How to compile only android binary, so i can run tesseract from android terminal??
i compile library from tess-two folder using ndk-build command
but i could not find binary file

I'm not sure what you mean by the "Android terminal." But if you want the *.so binaries, for example libtess.so, you can get them directly from the AAR by unzipping it. Or see BUILDING.md.

android-terminal-emulator-0

Android terminal means command line (cli)
i want executable binary so i can run it from command line
i already build .so files, but could not find executable binary

This project doesn't provide that.

Okay
However I found third party app which provide cli base tesseract.

Download termux app
Then open it and type pkg install tesseract