From 499fef8916dc2f58d8ad180ccc43f7756f41a262 Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Thu, 1 Sep 2011 14:30:07 -0700 Subject: [PATCH] At least on my version of Ubuntu (Natty Narwhal) the tesseract library is labeled as 'tesseract-ocr' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0d21e0d..86e9b4c 100755 --- a/index.html +++ b/index.html @@ -136,7 +136,7 @@

Installation & Dependencies

  • (Optional) Install Tesseract:
    - [aptitude | port] install tesseract
    + [aptitude install tesseract-ocr | port install tesseract]
    Without Tesseract installed, you'll still be able to extract text from documents, but you won't be able to automatically OCR them.