Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Note

Ocropus 0.4+ is now available.

Following notes are based on the instructions for installing OCRopus 3.0. The following notes were generated in the following environment:

...

Code Block
svn co http://tesseract-ocr.googlecode.com/svn/trunk/ tesseract-ocr
cd tesseract-ocr
./configure
make
sudo make install      

3. Installing OCRopus

Following the instructions listed here: http://sites.google.com/site/ocropus/install-0-3

...

Therefore, make sure to not use the --without-SDL flag.

4. Running OCRopus

Run at command line:
ocroscript recognize data/pages/alive_1.png

...