README 783 B

1234567891011121314
  1. Tesseract is a commercial quality OCR engine originally developed at
  2. HP between 1985 and 1995. In 1995, this engine was among the top 3
  3. evaluated by UNLV. It was open-sourced by HP and UNLV in 2005.
  4. You will need to get one of the language packs in order to do anything
  5. useful with tesseract, and that language pack tarball should be
  6. present in the same directory as the SlackBuild script when the
  7. package is created. See the website for a list of all available
  8. language packs. ote that you can install more than one (or even all)
  9. of the language packs, as they do not conflict with each other. The
  10. build script defaults to use English, but this is easily changed
  11. by passing an alternate value on the command line: edit the LANGNAM
  12. variable to switch to (or add) another language.