We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215b023 commit ba8dfceCopy full SHA for ba8dfce
src/textord/wordseg.cpp
@@ -87,6 +87,7 @@ void make_single_word(bool one_blob, TO_ROW_LIST *rows, ROW_LIST *real_rows) {
87
word->set_flag(W_EOL, true);
88
word->set_flag(W_DONT_CHOP, one_blob);
89
word_it.add_after_then_move(word);
90
+ real_row->recalc_bounding_box();
91
row_it.add_after_then_move(real_row);
92
}
93
0 commit comments