Android app to extract name, email and phone from business card using OCR library tess-two (Fork of Tesseract Tools for Android) and phone's camera.
- http://imperialsoup.com/2016/04/29/simple-ocr-android-app-using-tesseract-tutorial/
- https://rmtheis.github.io/tess-two/javadoc/com/googlecode/tesseract/android/TessBaseAPI.html
The image is set to the ImageView i.e. the OCR can be performed only on this image.
Result after the OCR is perdformed, uses regex to extract name, email and phone number.
Adding the information extracted from the business card to the the phone's contacts.