From: Jeff Breidenbach Date: Wed, 11 Jan 2023 20:20:26 +0000 (+0000) Subject: Reduce bug reports by tweaking help text. X-Git-Tag: archive/raspbian/5.3.0-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b3e3d6bd5db7c2ad44af91f16b97097b7988a4d1;p=tesseract.git 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 --- diff --git a/src/tesseract.cpp b/src/tesseract.cpp index e0697aa..733b305 100644 --- a/src/tesseract.cpp +++ b/src/tesseract.cpp @@ -212,7 +212,7 @@ static void PrintHelpForPSM() { #ifndef DISABLED_LEGACY_ENGINE static void PrintHelpForOEM() { const char *msg = - "OCR Engine modes:\n" + "OCR Engine modes: (see https://tesseract-ocr.github.io/tessdoc/#40-with-lstm)\n" " 0 Legacy engine only.\n" " 1 Neural nets LSTM engine only.\n" " 2 Legacy + LSTM engines.\n"