android-opencv-ocr
android-opencv-ocr copied to clipboard
TextRecognizer undefined reference to 'cv::text::loadClassifierNM1(std::string const&)'
Hi all. I import project and run but i got a bug. I don't find file ocr/nm1.xml and file nm2.xml. Help me. Thank. code : nm1File = IOUtil.getFilePath(this, "ocr", "nm1.xml");...
Hello, I imported the project to eclipse and added tess-two as library to the project. At the time of compiling, i am getting the below errors. --- [armeabi-v7a] Compile++ thumb:...
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...
I compile your codes in android studio(1.4 Beta) and compiled it all with no errors but when i debug it and install it to my phone(API 18) it force closes....
I downloaded this project and imported into a project in Android Studio as a module. Made following changes in build.grade: ``` compileSdkVersion 21 buildToolsVersion "21.1.2" defaultConfig { applicationId "com.polysfactory.opencvocr" minSdkVersion...