Changes between Version 7 and Version 8 of BluePrint/OCRIntegration
- Timestamp:
- 01/28/13 18:47:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/OCRIntegration
v7 v8 12 12 13 13 '''command-line tools''' 14 4. Imagemagick 'convert': apt-get install imagemacgick 15 5. Tesseract 3.00-1: wget http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.02.tar.gz 16 14 4. Imagemagick 'convert' 15 5. Tesseract 3.00-1 16 {{{ 17 apt-get install -y imagemagick 18 apt-get install -y libleptonica-dev 19 wget http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.02.tar.gz 20 cd tesseract-ocr 21 ./configure 22 make 23 make install 24 }}} 17 25 == Configuration == 18 26