Closed TonyStark closed 6 years ago
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 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.
Hi Can you give us a link?
On Mon, 4 Jun 2018 at 7:25 ... notifications@github.com wrote:
Okay However I found third party app which provide cli base tesseract.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rmtheis/tess-two/issues/244#issuecomment-394230897, or mute the thread https://github.com/notifications/unsubscribe-auth/ANEs_Sr-2nHm9GzJYsT6Yk2eQMlp3RnAks5t5LbKgaJpZM4UXytW .
Download termux app
Then open it and type pkg install tesseract
How to compile only android binary, so i can run tesseract from android terminal?? i compile library from
tess-two
folder usingndk-build
command but i could not find binary file