Search code examples
android-ndkocrtesseracttess-two

How to find whether tess-two/BUILDING done successfully or not.?


i am working on an android OCR application, for that i am using Tesseract. Therefor it is necessary to do tess-two buidling first. I actually completed tess-two building but i don't know whether tess-two building completed successfully or not.

following is the directory of tess-two after building:

enter image description here


Solution

  • Generally if you saw BUILD SUCCESSFUL in your terminal when you ran the final build step, then it did in fact complete successfully. You should have *.so files in your libs directory.

    You can run the tess-two-test instrumented test cases to double check.