Business-Card-Reader-BCR-
Business-Card-Reader-BCR- copied to clipboard
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.
Business-Card-Reader-BCR-
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.
Resources
- 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
Screenshot 1
The image is set to the ImageView i.e. the OCR can be performed only on this image.
Screenshot 2
Result after the OCR is perdformed, uses regex to extract name, email and phone number.
Screenshot 3
Adding the information extracted from the business card to the the phone's contacts.