mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-01 07:59:05 +08:00
fix typo
This commit is contained in:
parent
0a3a351cb3
commit
0ded672067
@ -469,8 +469,7 @@ Tesseract::Tesseract()
|
||||
BOOL_MEMBER(tessedit_create_boxfile, false, "Output text with boxes",
|
||||
this->params()),
|
||||
INT_MEMBER(tessedit_page_number, -1,
|
||||
"-1 -> All pages"
|
||||
" , else specific page to process",
|
||||
"-1 -> All pages, else specific page to process",
|
||||
this->params()),
|
||||
BOOL_MEMBER(tessedit_write_images, false,
|
||||
"Capture the image from the IPE", this->params()),
|
||||
|
Loading…
Reference in New Issue
Block a user