Skip to content

Commit

Permalink
Improve textonly_pdf 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 c03299e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccmain/tesseractclass.cpp
Expand Up @@ -389,7 +389,7 @@ Tesseract::Tesseract()
this->params()),
BOOL_MEMBER(tessedit_create_pdf, false, "Write .pdf output file",
this->params()),
BOOL_MEMBER(textonly_pdf, false, "Invisible text only for PDF",
BOOL_MEMBER(textonly_pdf, false, "Create PDF with only one invisible text layer",
this->params()),
STRING_MEMBER(unrecognised_char, "|",
"Output char for unidentified blobs", this->params()),
Expand Down
2 changes: 1 addition & 1 deletion ccmain/tesseractclass.h
Expand Up @@ -1026,7 +1026,7 @@ class Tesseract : public Wordrec {
BOOL_VAR_H(tessedit_create_hocr, false, "Write .html hOCR output file");
BOOL_VAR_H(tessedit_create_tsv, false, "Write .tsv output file");
BOOL_VAR_H(tessedit_create_pdf, false, "Write .pdf output file");
BOOL_VAR_H(textonly_pdf, false, "Invisible text only for PDF");
BOOL_VAR_H(textonly_pdf, false, "Create PDF with only one invisible text layer");
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 c03299e

Please sign in to comment.