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

241 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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.