How to get text Details from the image(Like :Any Card) in Android is there any way For Getting ?? Then Please Help Me
Asked
Active
Viewed 300 times
1
-
Anycard? What is that? Could you just elaborate. – Vikas B L Jan 16 '14 at 10:13
-
You can use OCR Library. Check this : http://stackoverflow.com/a/19533854/1405983 – Hardik Joshi Jan 16 '14 at 10:17
-
Any Card Mean Capture of ATM card or image of Identity card etc.. – Developers Park Jan 16 '14 at 10:18
-
I want to create an application like take image of any card and get information of the card and show this in my application – Developers Park Jan 16 '14 at 10:19
-
Check for tesseract-ocr. It is an opensource library. – Vikas B L Jan 16 '14 at 10:30
2 Answers
0
You should use OCR library for this.
1.Look at ABBYY's Android OCR lib (paid)
2.Tesseract JNI wrapper (free) as this is written in c .you should use as ndk in android

Ruban
- 1,514
- 2
- 14
- 21
0
Following steps to get the text data from any printed text area/ card/ paper using camera capture image.
1) Download open source tess-two library from Tessract library
2) Download sample OcrTest project from OcrTest project
3)Download tesseract-ocr-3.01.osd.tar.gz file and make into tesseract-ocr-3.01.osd.tar.zip file( 3.01 is version number you can download latest version) and download osd.trainned.zip file and paste into asset folder. the after run the project.
(Note: JNI build path configure the your eclipse, for more details for Jni configaraton click here.

challa sathish kumar
- 366
- 5
- 16