tesseract-android-tools-test (test project to ensure everything is set up right) works.
i got my eng.traindeddata from : http://tesseract-ocr.googlecode.com/files/eng.traineddata.gz (http://code.google.com/p/tesseract-ocr/wiki/ReadMe)
Yet i still get the above mentioned error when trying to run my own path, which is just initializing it… that is all i am doing so far.
Any suggestions?
tesseract-android-tools-test (test project to ensure everything is set up right) works. i got my
Share
OKay even though the documentation states that you can call the init as tesseract.init(PATH, null) Then you cannot do so. Make sure you call it with “eng” or the language that you are looking to “interpret”.