rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.22k stars 894 forks source link

Detection of shape boundary dynamically like ( (business card) Rectangle , square and Circle) from the camera? #50

Closed mahmooddagga closed 8 years ago

mahmooddagga commented 8 years ago

I would like to get some help if possible . I'm trying to detect business card using my Android phone camera but I don't know where to start. so i can Extracting text from image using OCR and process it to read business card..

salmangadit commented 8 years ago

I've already implemented something like this on Android. Check project here: https://github.com/salmangadit/scope

rmtheis commented 8 years ago

Try OpenCV