Skip to content

Commit

Permalink
improve description of min_characters_to_try variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Oct 6, 2018
1 parent 1e4768c commit 424dbd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ccmain/tesseractclass.cpp
Expand Up @@ -398,8 +398,8 @@ Tesseract::Tesseract()
INT_MEMBER(user_defined_dpi, 0, "Specify DPI for input image",
this->params()),
INT_MEMBER(min_characters_to_try, 50,
"Specify minimum characters to try to skip page entirely",
this->params()),
"Specify minimum characters to try during OSD",
this->params()),
STRING_MEMBER(unrecognised_char, "|",
"Output char for unidentified blobs", this->params()),
INT_MEMBER(suspect_level, 99, "Suspect marker level", this->params()),
Expand Down
2 changes: 1 addition & 1 deletion src/ccmain/tesseractclass.h
Expand Up @@ -1044,7 +1044,7 @@ class Tesseract : public Wordrec {
INT_VAR_H(jpg_quality, 85, "Set JPEG quality level");
INT_VAR_H(user_defined_dpi, 0, "Specify DPI for input image");
INT_VAR_H(min_characters_to_try, 50,
"Specify minimum characters to try to skip page entirely");
"Specify minimum characters to try during OSD");
STRING_VAR_H(unrecognised_char, "|",
"Output char for unidentified blobs");
INT_VAR_H(suspect_level, 99, "Suspect marker level");
Expand Down

0 comments on commit 424dbd5

Please sign in to comment.