diff options
Diffstat (limited to 'graphics/tesseract/README')
-rw-r--r-- | graphics/tesseract/README | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/tesseract/README b/graphics/tesseract/README index f9be7a1c4c..f83336cf36 100644 --- a/graphics/tesseract/README +++ b/graphics/tesseract/README @@ -13,9 +13,7 @@ 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 (or all) - # of them on the command line (space delimited). If you pass more than one - # (again, space delimited), you must enclose the string in quotes. Examples: - # TESSLANG=fra ./tesseract.SlackBuild - # TESSLANG="deu deu-f eng fra ita nld por spa vie" ./tesseract.SlackBuild - TESSLANG=${TESSLANG:-eng} # Default to English + # We'll install English by default, but you can pass another one. + # Edit the LANGNAM variable to switch to another language + # Please use full package name on that variable (including the extension) + # see https://code.google.com/p/tesseract-ocr/downloads/list for the list |