Hi, guys:
I want to test my codes in laptop and I don't possess any kind android device for the moment.
So my question is when I start a program which I copied from my colleagues who built a demo based on tess lib project source, I cannot run it in Emulator.
The error is:
Cannot load the "lept" lib.
All the libs have been added under libs directory.
// an error will be throw inside it
TessBaseAPI baseApi = new TessBaseAPI();
Am I missing anythings to make it work?
Regards,
Lei Wang