Skip to content

Commit

Permalink
fix typo in parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikinaut committed Jan 21, 2017
1 parent 8ce58ac commit 98df78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccmain/tesseractclass.cpp
Expand Up @@ -79,7 +79,7 @@ Tesseract::Tesseract()
INT_INIT_MEMBER(tessedit_ocr_engine_mode, tesseract::OEM_DEFAULT,
"Which OCR engine(s) to run (Tesseract, LSTM, both)."
" Defaults to loading and running the most accurate"
"available.",
" available.",
this->params()),
STRING_MEMBER(tessedit_char_blacklist, "",
"Blacklist of chars not to recognize", this->params()),
Expand Down

0 comments on commit 98df78c

Please sign in to comment.