File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,10 @@ Tesseract::Tesseract()
509
509
"Page separator (default is form feed control character)",
510
510
this->params()),
511
511
INT_MEMBER(glyph_confidences, 0,
512
- "Allows to include glyph confidences in the hOCR output",
512
+ "Allows to include glyph confidences in the hOCR output. "
513
+ "Valid input values are 0, 1 and 2. 0 is the default value. "
514
+ "With 1 the glyph confidences of all timesteps are included. "
515
+ "With 2 the glyph confidences are accumulated per charakter.",
513
516
this->params()),
514
517
515
518
backup_config_file_(nullptr),
Original file line number Diff line number Diff line change @@ -1115,7 +1115,10 @@ class Tesseract : public Wordrec {
1115
1115
STRING_VAR_H (page_separator, " \f " ,
1116
1116
" Page separator (default is form feed control character)" );
1117
1117
INT_VAR_H (glyph_confidences, 0 ,
1118
- " Allows to include glyph confidences in the hOCR output" );
1118
+ " Allows to include glyph confidences in the hOCR output. "
1119
+ " Valid input values are 0, 1 and 2. 0 is the default value. "
1120
+ " With 1 the glyph confidences of all timesteps are included. "
1121
+ " With 2 the glyph confidences are accumulated per charakter." );
1119
1122
1120
1123
// // ambigsrecog.cpp /////////////////////////////////////////////////////////
1121
1124
FILE *init_recog_training (const STRING &fname);
You can’t perform that action at this time.
0 commit comments