Reputation: 101
I am developing an android application only for number recognition.
I have found this on github.
I tried it and I provided the needed conditions such as light, image clarity that OCR needs to perform well yet the result occasionally shows.
What I want to know is:
Upvotes: 1
Views: 1709
Reputation: 7918
That project hasn't been touched in 7 months, and the source code is in spanish. I would definitely not use that library. Ever.
You can use Tesseract or Google Mobile Vision to achieve the same, they're much much much much better, and are definitely the 2 leading projects for OCR on Android.
Upvotes: 1