Optical Character Recognition Android with OpenCV

前端 未结 2 1648
予麋鹿
予麋鹿 2021-02-02 01:22

I\'m currently working on a project which involves optical character recognition in Android and really need some pointers from somebody who has some experience in the area.

相关标签:
2条回答
  • 2021-02-02 01:53

    There's a tutorial here that's based on a fork of Tesseract Tools for Android. To get good results, you'll probably need to preprocess your images using some kind of thresholding.

    0 讨论(0)
  • 2021-02-02 02:02

    You can take a look at JavaCV which a java interface to OpenCV

    You can check something like Tesseract Android Tools (very decent): http://code.google.com/p/tesseract-android-tools/

    Here is a heads up for a problem we all run into at the beginning when using it: Bytes Per Pixel value for byte representation of image in Android (if you are using the camera ofc)

    0 讨论(0)
提交回复
热议问题