android-opencv-ocr icon indicating copy to clipboard operation
android-opencv-ocr copied to clipboard

OpenCV text module unavailable

Open brydko opened this issue 10 years ago • 1 comments

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.

brydko avatar Mar 09 '15 16:03 brydko

This project might help:

https://github.com/alexkarargyris/Caffe_OpenCV_Android_App

ionvision avatar Nov 19 '15 22:11 ionvision