Hi Everyone!
I have tried the Tesseract OCR referred by the link below.
gaut.am/making-an-ocr-android-app-using-tesseract/
Its performance is awesome. I would like to use this for my project to read the text of English and German. I have tried to call tesseract by adding tess-two as library project.
And i called the OCR simply by TessBasiAPI.setImage(file). And i am not able to get the text from the image file which i passed. Can anyone suggest any ideas to read characters in an image by providing the image URI.
Thanks in advance!
Last edit: Dinesh 2014-08-04
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Everyone!
I have tried the Tesseract OCR referred by the link below.
gaut.am/making-an-ocr-android-app-using-tesseract/
Its performance is awesome. I would like to use this for my project to read the text of English and German. I have tried to call tesseract by adding tess-two as library project.
And i called the OCR simply by TessBasiAPI.setImage(file). And i am not able to get the text from the image file which i passed. Can anyone suggest any ideas to read characters in an image by providing the image URI.
Thanks in advance!
Last edit: Dinesh 2014-08-04