mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
fix typo
This commit is contained in:
parent
541e06c2b2
commit
ff87944171
@ -321,7 +321,7 @@ Tesseract::Tesseract()
|
||||
"0 - autoselection (default); "
|
||||
"1 - jpeg; "
|
||||
"2 - G4; "
|
||||
"3 - flat",
|
||||
"3 - flate",
|
||||
this->params()),
|
||||
INT_MEMBER(tessedit_pdf_jpg_quality, 85,
|
||||
"Quality level of jpeg image compression in pdf output",
|
||||
|
@ -924,7 +924,7 @@ class Tesseract : public Wordrec {
|
||||
"0 - autoselection (default); "
|
||||
"1 - jpeg; "
|
||||
"2 - G4; "
|
||||
"3 - flat");
|
||||
"3 - flate");
|
||||
INT_VAR_H(tessedit_pdf_jpg_quality, 85, "Quality level of jpeg image "
|
||||
"compression in pdf output");
|
||||
STRING_VAR_H(unrecognised_char, "|",
|
||||
|
Loading…
Reference in New Issue
Block a user