Fixed typo

This commit is contained in:
Simon Strandgaard 2016-12-15 14:58:53 +00:00
parent a3f1227bd7
commit d38cffc332
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ Tesseract::Tesseract()
this->params()),
BOOL_MEMBER(tessedit_debug_quality_metrics, false,
"Output data to debug file", this->params()),
BOOL_MEMBER(bland_unrej, false, "unrej potential with no chekcs",
BOOL_MEMBER(bland_unrej, false, "unrej potential with no checks",
this->params()),
double_MEMBER(quality_rowrej_pc, 1.1,
"good_quality_doc gte good char limit", this->params()),

View File

@ -947,7 +947,7 @@ class Tesseract : public Wordrec {
BOOL_VAR_H(tessedit_debug_doc_rejection, false, "Page stats");
BOOL_VAR_H(tessedit_debug_quality_metrics, false,
"Output data to debug file");
BOOL_VAR_H(bland_unrej, false, "unrej potential with no chekcs");
BOOL_VAR_H(bland_unrej, false, "unrej potential with no checks");
double_VAR_H(quality_rowrej_pc, 1.1,
"good_quality_doc gte good char limit");
BOOL_VAR_H(unlv_tilde_crunching, true,