thorikawa / android-opencv-ocr

51 stars 27 forks source link

OpenCV text module unavailable #2

Open brydko opened 9 years ago

brydko commented 9 years ago

Hello, could you explain how you compiled the text module from opencv_contrib repository ?

I was able to build opencv trunk with opencv_contrib extra modules (linking correctly to leptonica and tesseract) in linux. The complete build was not possible, however, because of opencv_java library issues, so in order to finish the process it was excluded from the build. In the end I got an uncomplete android opencv sdk. Finally I took the resulting static text library and tried to move it into stable 2.4.9 android opencv sdk by trying to modify the MK files. Stil the leptonica and tesseract dependencies are not clear to me and the code won´t link correctly to the text library.

Could you kindly explain the process you followed to build this module ? I´ve been looking around for someone capable of deploying this module on Android and as far as I know you are the only one.

Thank you.

ionvision commented 8 years ago

This project might help:

https://github.com/alexkarargyris/Caffe_OpenCV_Android_App