1

How to get text Details from the image(Like :Any Card) in Android is there any way For Getting ?? Then Please Help Me

Developers Park
  • 187
  • 1
  • 11

2 Answers2

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.