/ocr/ocrservice/README

http://eyes-free.googlecode.com/ · #! · 16 lines · 12 code · 4 blank · 0 comment · 0 complexity · 81a4299180adcf3e5ca7306e06ee5cd4 MD5 · raw file

  1. This project contains image processing tools for performing optical character recognition. It
  2. provides both a service and intents for reading images and returning text.
  3. To compile this project, you'll need to checkout and build the latest version of
  4. tesseract-android-tools. Run the following commands in the terminal to check out the necessary
  5. source code and compile both projects:
  6. cd <project-directory>/..
  7. svn checkout http://tesseract-android-tools.googlecode.com/svn/trunk/ tesseract-android-tools
  8. cd tesseract-android-tools
  9. Follow the instructions in the README file in this directory to compile tesseract-android-tools.
  10. cd <project-directory>
  11. ndk-build
  12. ant release