Skip to content

Commit

Permalink
Merge pull request #668 from Wikinaut/chg-textonly-pdf-parameter-desc…
Browse files Browse the repository at this point in the history
…ription

Improve textonly_pdf parameter description
  • Loading branch information
zdenop authored Jan 21, 2017
2 parents 1602234 + c03299e commit c768b58
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 c768b58

Please sign in to comment.