We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce58ac commit 98df78cCopy full SHA for 98df78c
ccmain/tesseractclass.cpp
@@ -79,7 +79,7 @@ Tesseract::Tesseract()
79
INT_INIT_MEMBER(tessedit_ocr_engine_mode, tesseract::OEM_DEFAULT,
80
"Which OCR engine(s) to run (Tesseract, LSTM, both)."
81
" Defaults to loading and running the most accurate"
82
- "available.",
+ " available.",
83
this->params()),
84
STRING_MEMBER(tessedit_char_blacklist, "",
85
"Blacklist of chars not to recognize", this->params()),
0 commit comments