33 C_BLOB_LIST new_blobs;
34 C_BLOB_IT new_blob_it = &new_blobs;
36 for (
WERD_RES* word_res = pr_it.
word(); word_res != NULL;
38 WERD* word = word_res->word;
41 for (blob_it.mark_cycle_pt();
42 !blob_it.cycled_list(); blob_it.forward()) {
43 C_BLOB* blob = blob_it.data();
48 if (!new_blobs.empty()) {
49 WERD* pseudo_word =
new WERD(&new_blobs, 1, NULL);
bool overlap(const TBOX &box) const
WERD_RES * InsertSimpleCloneWord(const WERD_RES &clone_res, WERD *new_word)
TBOX bounding_box() const
PAGE_RES_IT * make_pseudo_word(PAGE_RES *page_res, const TBOX &selection_box)
static C_BLOB * deep_copy(const C_BLOB *src)
C_BLOB_LIST * cblob_list()
TBOX bounding_box() const