rmtheis / tess-two

Fork of Tesseract Tools for Android
Apache License 2.0
3.76k stars 1.38k forks source link

compile binary only #244

Closed TonyStark closed 6 years ago

TonyStark commented 6 years ago

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

rmtheis commented 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.

TonyStark commented 6 years ago

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

rmtheis commented 6 years ago

This project doesn't provide that.

TonyStark commented 6 years ago

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

avielas commented 6 years ago

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 .

TonyStark commented 6 years ago

Download termux app Then open it and type pkg install tesseract