summaryrefslogtreecommitdiffstats
path: root/graphics/tesseract/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tesseract/README')
-rw-r--r--graphics/tesseract/README16
1 files changed, 5 insertions, 11 deletions
diff --git a/graphics/tesseract/README b/graphics/tesseract/README
index 5feadb549d..f159608df6 100644
--- a/graphics/tesseract/README
+++ b/graphics/tesseract/README
@@ -5,14 +5,8 @@ by UNLV. It was open-sourced by HP and UNLV in 2005.
You will need to get one of the language packs in order to do anything
useful with tesseract, and that language pack tarball should be present
in the same directory as the SlackBuild script when the package is created.
-See http://code.google.com/p/tesseract-ocr/downloads/list for a list of
-all available language packs. Note that you can install more than one
-(or even all) of the language packs, as they do not conflict with each
-other. The build script defaults to use English, but this is easily
-changed by passing an alternate value on the command line.
-
-Here is the relevant code from the build script:
- # Language pack(s) to use
- # We'll install English by default, but you can pass another one.
- # Edit the LANGNAM variable to switch to (or add) another language
- # see https://code.google.com/p/tesseract-ocr/downloads/list for the list
+See the website for a list of all available language packs. Note that you
+can install more than one (or even all) of the language packs, as they do
+not conflict with each other. The build script defaults to use English, but
+this is easily changed by passing an alternate value on the command line:
+edit the LANGNAM variable to switch to (or add) another language.