i'm trying to build an ocr app with tesseract. i built the .so libraries but i don't get them to work in android studio. does anybody know how to import them?
i already tried to copy the libs folder of the tess-two project to the src\main\jniLibs\ folder of my project but that doesn't work. i also tried to zip the libs folder, rename it to .jar and add compile fileTree(dir: 'libs', include: ['*.jar']) to the build.gradle but that doesn't work too. -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

