Skip to content

Commit

Permalink
Merge pull request #4305 from Balearica/issue-4304
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Aug 23, 2024
2 parents 3b9d119 + ba8dfce commit ee80dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textord/wordseg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ void make_single_word(bool one_blob, TO_ROW_LIST *rows, ROW_LIST *real_rows) {
word->set_flag(W_EOL, true);
word->set_flag(W_DONT_CHOP, one_blob);
word_it.add_after_then_move(word);
real_row->recalc_bounding_box();
row_it.add_after_then_move(real_row);
}
}
Expand Down

0 comments on commit ee80dfe

Please sign in to comment.