To test Tesseract in a simple app found in this tutorial , I need to import it in Android Studio. I get this error:
Library reference ....\tess\tess-two could not be found
How I can solve this ?
Try to set the line
android.library.reference.1=../../tess/tess-twoin the
project.properties
file properly.
This line makes reference to the tess-two library.
Alternative way: remove android.library.reference.1=...
line and after importing your project just make referencing to the tess-two
library project as described here (in ADT)