20 #ifndef TESSERACT_TEXTORD_TABLEFIND_H__
21 #define TESSERACT_TEXTORD_TABLEFIND_H__
38 class ColPartitionSet;
57 bounding_box_.set_top(y);
61 bounding_box_.set_bottom(y);
65 bounding_box_.set_left(x);
69 bounding_box_.set_right(x);
73 bounding_box_ = other;
77 return num_table_cells_;
86 return num_text_cells_;
106 void InsertBox(
const TBOX& other);
110 int num_table_cells_;
116 typedef BBGrid<ColSegment,
145 void Init(
int grid_size,
const ICOORD& bottom_left,
const ICOORD& top_right);
282 ColSegment_LIST *col_segments);
286 ColSegment_LIST *col_segments);
316 ColSegment_LIST *table_regions);
339 const TBOX& search_range,
435 #endif // TESSERACT_TEXTORD_TABLEFIND_H__