rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.22k stars 894 forks source link

How to set up on Eclipse #42

Closed JonZarate closed 8 years ago

JonZarate commented 8 years ago

I am not able to get the code running. I import it but it's all a mess since Gradle is used and I can't make it work even though I added the Gradle plugin.

Could you add an explanation on how propperly to add it to Eclipse ? I am interested on the API to get the text from an image, so if you could tell me what part does that it would also solve my problem, as I want it for a Java project.

Thank you.

rmtheis commented 8 years ago

It's easier to get it working in Android Studio than in Eclipse. For Eclipse, do a git checkout ebf4b6d and follow the instructions in the readme. For the OCR API, refer to the tess-two project.