How To Use Android Tesseract Android.mk Files In My Android.mk?
I was digging on using android tesseract api in my project. https://github.com/rmtheis/tess-two I copied com_googlecode_leptonica_android and com_googlecode_tesseract_android dire
Solution 1:
I couldn't compile Android.mk files in tess-two project, I just ended up with importing libtess.so and liblept.so files into my Android.mk as prebuilt library and I could use tesseract libraries in my jni file.
Post a Comment for "How To Use Android Tesseract Android.mk Files In My Android.mk?"