Skip to content

Commit

Permalink
Improve help text for OCR engine mode (#1326)
Browse files Browse the repository at this point in the history
The new text was suggested by Amit Dovev, see
#1325 (comment).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil authored and zdenop committed Feb 19, 2018
1 parent 349de8b commit a50ff52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/tesseractmain.cpp
Expand Up @@ -129,9 +129,9 @@ static void PrintHelpForPSM() {
static void PrintHelpForOEM() {
const char* msg =
"OCR Engine modes:\n"
" 0 Legacy Tesseract only.\n"
" 1 Neural nets LSTM only.\n"
" 2 Legacy + LSTM Tesseract.\n"
" 0 Legacy engine only.\n"
" 1 Neural nets LSTM engine only.\n"
" 2 Legacy + LSTM engines.\n"
" 3 Default, based on what is available.\n";

printf("%s", msg);
Expand Down

0 comments on commit a50ff52

Please sign in to comment.