Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
At least on my version of Ubuntu (Natty Narwhal) the tesseract librar…
Browse files Browse the repository at this point in the history
…y is labeled as 'tesseract-ocr'
  • Loading branch information
palewire committed Sep 1, 2011
1 parent 2d03ce9 commit 499fef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -136,7 +136,7 @@ <h2 id="installation">Installation &amp; Dependencies</h2>
</li>
<li>
(Optional) Install <a href="http://code.google.com/p/tesseract-ocr/">Tesseract</a>:<br />
<tt>[aptitude | port] install tesseract</tt><br />
<tt>[aptitude install tesseract-ocr | port install tesseract]</tt><br />
Without Tesseract installed, you'll still be able to extract text from
documents, but you won't be able to automatically OCR them.
</li>
Expand Down

0 comments on commit 499fef8

Please sign in to comment.