Skip to content

Commit 98df78c

Browse files
committed
fix typo in parameter description
1 parent 8ce58ac commit 98df78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccmain/tesseractclass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Tesseract::Tesseract()
7979
INT_INIT_MEMBER(tessedit_ocr_engine_mode, tesseract::OEM_DEFAULT,
8080
"Which OCR engine(s) to run (Tesseract, LSTM, both)."
8181
" Defaults to loading and running the most accurate"
82-
"available.",
82+
" available.",
8383
this->params()),
8484
STRING_MEMBER(tessedit_char_blacklist, "",
8585
"Blacklist of chars not to recognize", this->params()),

0 commit comments

Comments
 (0)