Month: September 2016

Creating OCR Android app using Tesseract in Android Studio Tutorial

Text Detection using electronic devices link an Android device using an app is also called optical character recognition (OCR). Since it’s inception OCR has come a long way in terms of speed and ease of use, but we still cannot detect handwritten text and accuracy of OCR depends on various factors. Text recognition  in Android …

Creating OCR Android app using Tesseract in Android Studio Tutorial Read More »

Text Detection and recognition in Android using OpenCV MSER algorithm

For Real Time text detection in Android, we will be using OpenCV, and to recognize the text in from the detected text region, we will use Tesseract text detection engine for Android. This part deals with the text detection using OpenCV for Android part. In the next part we will recognize the detected text using …

Text Detection and recognition in Android using OpenCV MSER algorithm Read More »