Skip to content

Commit a50ff52

Browse files
stweilzdenop
authored andcommitted
Improve help text for OCR engine mode (#1326)
The new text was suggested by Amit Dovev, see #1325 (comment). Signed-off-by: Stefan Weil <[email protected]>
1 parent 349de8b commit a50ff52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/tesseractmain.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ static void PrintHelpForPSM() {
129129
static void PrintHelpForOEM() {
130130
const char* msg =
131131
"OCR Engine modes:\n"
132-
" 0 Legacy Tesseract only.\n"
133-
" 1 Neural nets LSTM only.\n"
134-
" 2 Legacy + LSTM Tesseract.\n"
132+
" 0 Legacy engine only.\n"
133+
" 1 Neural nets LSTM engine only.\n"
134+
" 2 Legacy + LSTM engines.\n"
135135
" 3 Default, based on what is available.\n";
136136

137137
printf("%s", msg);

0 commit comments

Comments
 (0)