/ocr/ocrservice/README
http://eyes-free.googlecode.com/ · #! · 16 lines · 12 code · 4 blank · 0 comment · 0 complexity · 81a4299180adcf3e5ca7306e06ee5cd4 MD5 · raw file
- This project contains image processing tools for performing optical character recognition. It
- provides both a service and intents for reading images and returning text.
- To compile this project, you'll need to checkout and build the latest version of
- tesseract-android-tools. Run the following commands in the terminal to check out the necessary
- source code and compile both projects:
- cd <project-directory>/..
- svn checkout http://tesseract-android-tools.googlecode.com/svn/trunk/ tesseract-android-tools
- cd tesseract-android-tools
- Follow the instructions in the README file in this directory to compile tesseract-android-tools.
- cd <project-directory>
- ndk-build
- ant release