Changes between Version 7 and Version 8 of BluePrint/OCRIntegration


Ignore:
Timestamp:
01/28/13 18:47:07 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/OCRIntegration

    v7 v8  
    1212
    1313'''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 
     144. Imagemagick 'convert'
     155. Tesseract 3.00-1
     16{{{
     17apt-get install -y imagemagick
     18apt-get install -y libleptonica-dev
     19wget http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.02.tar.gz
     20cd tesseract-ocr
     21./configure
     22make
     23make install
     24}}}
    1725== Configuration ==
    1826