Nikunj Patel
Nikunj Patel

Reputation: 22066

Android OCR library not support

I am create one app ocr reading from camera, get capture image from camera and and recognize word frome that picture or library and get result as character so simply i have find out it from git hub from here and i have import those project in my eclipse . but and when i have open it it get package error regarding no library support of tesseract API, but i found that that already configur in that project so how it raise error. so please help me out this...

Upvotes: 0

Views: 712

Answers (1)

Vipul
Vipul

Reputation: 28093

You need to import https://github.com/rmtheis/tess-two as library project and reference it into your project

I would suggest you to refer to this tutorial its very concise and eay to learn.

http://gaut.am/making-an-ocr-android-app-using-tesseract/

Upvotes: 3

Related Questions