mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 22:43:45 +08:00
Add missing spaces in help text
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
1e3bf29cf6
commit
b016c48d06
@ -242,7 +242,7 @@ Tesseract::Tesseract()
|
||||
"%rej allowed before rej whole row", this->params()),
|
||||
double_MEMBER(tessedit_whole_wd_rej_row_percent, 70.00,
|
||||
"Number of row rejects in whole word rejects"
|
||||
"which prevents whole row rejection",
|
||||
" which prevents whole row rejection",
|
||||
this->params()),
|
||||
BOOL_MEMBER(tessedit_preserve_blk_rej_perfect_wds, true,
|
||||
"Only rej partially rejected words in block rejection",
|
||||
@ -576,13 +576,13 @@ Tesseract::Tesseract()
|
||||
" evaluation",
|
||||
this->params()),
|
||||
double_MEMBER(heuristic_segcost_rating_base, 1.25,
|
||||
"base factor for adding segmentation cost into word rating."
|
||||
"base factor for adding segmentation cost into word rating. "
|
||||
"It's a multiplying factor, the larger the value above 1, "
|
||||
"the bigger the effect of segmentation cost.",
|
||||
this->params()),
|
||||
double_MEMBER(heuristic_weight_rating, 1.0,
|
||||
"weight associated with char rating in combined cost of"
|
||||
"state",
|
||||
" state",
|
||||
this->params()),
|
||||
double_MEMBER(heuristic_weight_width, 1000.0,
|
||||
"weight associated with width evidence in combined cost of"
|
||||
|
@ -75,7 +75,7 @@ Dict::Dict(CCUtil *ccutil)
|
||||
getCCUtil()->params()),
|
||||
double_MEMBER(segment_penalty_dict_frequent_word, 1.0,
|
||||
"Score multiplier for word matches which have good case and"
|
||||
"are frequent in the given language (lower is better).",
|
||||
" are frequent in the given language (lower is better).",
|
||||
getCCUtil()->params()),
|
||||
double_MEMBER(segment_penalty_dict_case_ok, 1.1,
|
||||
"Score multiplier for word matches that have good case "
|
||||
@ -151,7 +151,7 @@ Dict::Dict(CCUtil *ccutil)
|
||||
getCCUtil()->params()),
|
||||
BOOL_MEMBER(segment_nonalphabetic_script, false,
|
||||
"Don't use any alphabetic-specific tricks."
|
||||
"Set to true in the traineddata config file for"
|
||||
" Set to true in the traineddata config file for"
|
||||
" scripts that are cursive or inherently fixed-pitch",
|
||||
getCCUtil()->params()),
|
||||
BOOL_MEMBER(save_doc_words, 0, "Save Document Words",
|
||||
@ -161,7 +161,7 @@ Dict::Dict(CCUtil *ccutil)
|
||||
getCCUtil()->params()),
|
||||
double_MEMBER(doc_dict_certainty_threshold, -2.25,
|
||||
"Worst certainty for words that can be inserted into the"
|
||||
"document dictionary",
|
||||
" document dictionary",
|
||||
getCCUtil()->params()),
|
||||
INT_MEMBER(max_permuter_attempts, 10000,
|
||||
"Maximum number of different"
|
||||
|
@ -34,7 +34,7 @@ Wordrec::Wordrec() :
|
||||
params()),
|
||||
BOOL_MEMBER(force_word_assoc, FALSE,
|
||||
"force associator to run regardless of what enable_assoc is."
|
||||
"This is used for CJK where component grouping is necessary.",
|
||||
" This is used for CJK where component grouping is necessary.",
|
||||
CCUtil::params()),
|
||||
double_MEMBER(wordrec_worst_state, 1.0, "Worst segmentation state",
|
||||
params()),
|
||||
@ -106,7 +106,7 @@ Wordrec::Wordrec() :
|
||||
params()),
|
||||
INT_MEMBER(segsearch_max_futile_classifications, 20,
|
||||
"Maximum number of pain point classifications per chunk that"
|
||||
"did not result in finding a better word choice.",
|
||||
" did not result in finding a better word choice.",
|
||||
params()),
|
||||
double_MEMBER(segsearch_max_char_wh_ratio, 2.0,
|
||||
"Maximum character width-to-height ratio", params()),
|
||||
|
Loading…
Reference in New Issue
Block a user