Skip to content

Commit 499fef8

Browse files
committed
At least on my version of Ubuntu (Natty Narwhal) the tesseract library is labeled as 'tesseract-ocr'
1 parent 2d03ce9 commit 499fef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2 id="installation">Installation &amp; Dependencies</h2>
136136
</li>
137137
<li>
138138
(Optional) Install <a href="http://code.google.com/p/tesseract-ocr/">Tesseract</a>:<br />
139-
<tt>[aptitude | port] install tesseract</tt><br />
139+
<tt>[aptitude install tesseract-ocr | port install tesseract]</tt><br />
140140
Without Tesseract installed, you'll still be able to extract text from
141141
documents, but you won't be able to automatically OCR them.
142142
</li>

0 commit comments

Comments
 (0)