mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 09:52:40 +08:00
Merge 1146c3a08f
into 3b7c70e34d
This commit is contained in:
commit
67bcc86d64
@ -44,6 +44,7 @@ void Wordrec::SegSearch(WERD_RES *word_res, BestChoiceBundle *best_choice_bundle
|
||||
if (chop_enable && word_res->chopped_word != nullptr) {
|
||||
improve_by_chopping(rating_cert_scale, word_res, best_choice_bundle, blamer_bundle,
|
||||
&pain_points, &pending);
|
||||
InitialSegSearch(word_res, &pain_points, &pending, best_choice_bundle, blamer_bundle);
|
||||
}
|
||||
if (chop_debug) {
|
||||
SEAM::PrintSeams("Final seam list:", word_res->seam_array);
|
||||
|
Loading…
Reference in New Issue
Block a user