Reduce bug reports by tweaking help text.

Some advanced modes require data not shipped by distribution.
Adjust documentation to reduce confusion from that.


tesseract (4.00~git2188-cdc35338-5) unstable; urgency=medium

  * Update README.debian and move to tesseract-ocr package.
  * Sponsor Alexander Pozdnyakov as maintainer.
  * Tweak tesseact --help to reduce bug reports.

Gbp-Pq: Name helptext
This commit is contained in:
Jeff Breidenbach 2022-06-23 10:16:38 +08:00 committed by Lu zhiping
parent d0fbbf8000
commit e357fcea90
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ static void PrintHelpForPSM() {
#ifndef DISABLED_LEGACY_ENGINE
static void PrintHelpForOEM() {
const char* msg =
"OCR Engine modes:\n"
"OCR Engine modes: (see https://github.com/tesseract-ocr/tesseract/wiki#linux)\n"
" 0 Legacy engine only.\n"
" 1 Neural nets LSTM engine only.\n"
" 2 Legacy + LSTM engines.\n"