aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-05-09 13:48:49 -0500
committerJack Nagel2013-05-09 13:49:15 -0500
commit46dfa49fad5b552de7a8c7a41da03e6a63ad8178 (patch)
tree75b266b91dc1db75d2d88c1b36ec4b5e60b9008e /Library
parentcf7af618d0d97d74573cc3023ff1d400fa83b33c (diff)
downloadhomebrew-46dfa49fad5b552de7a8c7a41da03e6a63ad8178.tar.bz2
tesseract: kill caveats
These caveats assume imagemagick is installed, and we don't like caveats that duplicate documentation. Closes #19667.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tesseract.rb10
1 files changed, 0 insertions, 10 deletions
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',