An Example Android App for performing OpenCV processing on images to improve OCR performance.
AndroidOpenCV-OCR is hosted in the following web site
https://github.com/Wingie/AndroidOpenCV-OCR
If you think the Android project AndroidOpenCV-OCR listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidOpenCV-OCR.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 10 |
Minimum SDK Version | 8 |
Activity Count | 3 |
Required Permissions | android.permission.CAMERA android.permission.FLASHLIGHT android.permission.WRITE_EXTERNAL_STORAGE |
AndroidOpenCV-OCR has the following Java source files.
com.wws.android.ocr.opencv.CameraController.java com.wws.android.ocr.opencv.CameraScreen.java com.wws.android.ocr.opencv.ImageShow.java com.wws.android.ocr.opencv.OcrResult.java com.wws.android.ocr.opencv.SimpleAndroidOCRActivity.java