Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

With,

Would it help?

You probably want to know, if OpenCV could help right?

OpenCV Could help you there. It has text recognition with OCRTesseract. But I'm not quite sure if it is in the OpenCV4Android SDK, you have to check that!

If it is not, you can also link native c++ OpenCV to your Android Project and make JNICalls to use the OpenCV Library on a Android Device (Plus here, it would probably be faster than in plain Java) You can link natice c++ OpenCV with the explanation given in this Answer.

With,

Would it help?

You probably want to know, if OpenCV could help right?

OpenCV Could help you there. It has text recognition with OCRTesseract. But I'm not quite sure if it is in the OpenCV4Android SDK, you have to check that!

If it is not, you can also link native c++ OpenCV to your Android Project and make JNICalls to use the OpenCV Library on a Android Device (Plus here, it would probably be faster than in plain Java) You can link natice c++ OpenCV with the explanation given in this Answer.

UPDATE: Please Notive Beraks comment on this Question!

(no java bindings for this so far, and even if you can use JNI, it would require rebuilding the opencv4android sdk locally with opencv_contrib repo)

With,

Would it help?

You probably want to know, if OpenCV could help right?

OpenCV Could help you there. It has text recognition with OCRTesseract. But I'm not quite sure if it is in the OpenCV4Android SDK, you have to check that!

If it is not, you can also link native c++ OpenCV to your Android Project and make JNICalls to use the OpenCV Library on a Android Device (Plus here, it would probably be faster than in plain Java) You can link natice c++ OpenCV with the explanation given in this Answer.

UPDATE: Please Notive Beraks comment on this Question!Answer!

(no java bindings for this so far, and even if you can use JNI, it would require rebuilding the opencv4android sdk locally with opencv_contrib repo)

With,

Would it help?

You probably want to know, if OpenCV could help right?

OpenCV Could help you there. It has text recognition with OCRTesseract. But I'm not quite sure if it is in the OpenCV4Android SDK, you have to check that! -Look at the Update-

If it is not, you can also link native c++ OpenCV to your Android Project and make JNICalls to use the OpenCV Library on a Android Device (Plus here, it would probably be faster than in plain Java) You can link natice c++ OpenCV with the explanation given in this Answer.

UPDATE: Please Notive Beraks comment on this Answer!

(no java bindings for this so far, and even if you can use JNI, it would require rebuilding the opencv4android sdk locally with opencv_contrib repo)