From 46dfa49fad5b552de7a8c7a41da03e6a63ad8178 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 9 May 2013 13:48:49 -0500 Subject: tesseract: kill caveats These caveats assume imagemagick is installed, and we don't like caveats that duplicate documentation. Closes #19667. --- Library/Formula/tesseract.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tesseract.rb b/Library/Formula/tesseract.rb index 7e305642c..e02e96c69 100644 --- a/Library/Formula/tesseract.rb +++ b/Library/Formula/tesseract.rb @@ -36,16 +36,6 @@ class Tesseract < Formula end end - def caveats; <<-EOF.undent - Tesseract is an OCR (Optical Character Recognition) engine. - - The easiest way to use it is to convert the source to a Grayscale tiff: - `convert source.png -type Grayscale terre_input.tif` - then run tesseract: - `tesseract terre_input.tif output` - EOF - end - def install_language_data langs = { 'eng' => '989ed4c3a5b246d7353893e466c353099d8b73a1', -- cgit v1.2.3