Library for android for image processing [closed]

2019-08-31 09:17发布

I have been searching everywhere for suitable android library.
I need to extract number from a photo, to be more specific
I have to take a photo of the bill and get its serial number.
What kind of library should I use ?

4条回答
欢心
2楼-- · 2019-08-31 09:48

You can try tesseract-android-tools (bindings of Tesseract OCR for Android).

查看更多
叼着烟拽天下
3楼-- · 2019-08-31 09:51

AFAIK, http://opencv.willowgarage.com/wiki/Android, OpenCV is the best library for image processing in Android...

查看更多
别忘想泡老子
4楼-- · 2019-08-31 09:52

AFAIK , there is no such Library available in Android. You might need to code for your self for it. However such type of Scanner is available in Nokia E5 phone, I have seen it in my friend's Phone.

查看更多
SAY GOODBYE
5楼-- · 2019-08-31 09:56

You can use Ron Cemer's Java OCR library. to extract text from picture

查看更多
登录 后发表回答