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:
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.