Hi everyone, I developed an Android app with OCR using the library https://github.com/rmtheis/tess-two. You need to import that library adding the dependency to *build.gradle *file and after that you can start importing the needed classes. If you need more information, I detailed all the steps to create an Android app with OCR in the next post, have a look at it: https://solidgeargroup.com/ocr-on-android
El miércoles, 4 de marzo de 2015, 8:49:47 (UTC+1), Willyanto Chen escribió: > > Hi, i also in the middle of tinkering android-ocr in Android Studio, for > the jni library, you can use this instructions i found in this link > <https://coderwall.com/p/eurvaq/tesseract-with-andoird-and-gradle> > > On Monday, March 2, 2015 at 7:58:13 PM UTC+7, Jorge Alamo wrote: >> >> How can i do this(JNI libs)? >> >> El miércoles, 4 de febrero de 2015, 13:21:41 (UTC+1), Allistair C >> escribió: >>> >>> Use https://github.com/rmtheis/tess-two >>> >>> You'll need to compile Tesseract for Android then copy the so libraries >>> into your Android Studio project per the normal way of using JNI libs. >>> >>> Cheers >>> >>> On 4 February 2015 at 10:56, Jorge Alamo <[email protected]> wrote: >>> >>>> Hiiiii >>>> >>>> How can i use tesseract-ocr in android studio? >>>> i need include tesseract-ocr library in android studio but i don´t know >>>> how can i do it >>>> >>>> Someone knows?? >>>> >>>> Thanks. >>>> >>>> -- >>>> 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]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at http://groups.google.com/group/tesseract-ocr. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/tesseract-ocr/09759c57-c8fe-42aa-93a1-d7a2018e9b28%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/tesseract-ocr/09759c57-c8fe-42aa-93a1-d7a2018e9b28%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- 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]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/454ea59e-e3c9-4189-ba3b-e6196418ff55%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

