After getting my feet wet with the simple app in my last post I wanted to try a little bit more advanced app.
Getting it running was pretty straight forward.
- git clone https://github.com/rmtheis/android-ocr.git android-ocr
- made sure it was pointing at tess two
- right clicked on project and ran as android app
it works pretty well. thoughts
- I dont need the translation stuff so I will rip that out.
- zoom would be nice for when you are a little farther away
- there is some code for continuous recognition, that sounds neat but im not sure how to enable it
- it would be nice to prompt the user if this is correct, save the files
Post a Comment