#include <tablefind.h>
Definition at line 45 of file tablefind.h.
◆ ColSegment()
tesseract::ColSegment::ColSegment |
( |
| ) |
|
◆ ~ColSegment()
tesseract::ColSegment::~ColSegment |
( |
| ) |
|
|
default |
◆ bounding_box()
const TBOX& tesseract::ColSegment::bounding_box |
( |
| ) |
const |
|
inline |
◆ BoxColor()
◆ get_num_table_cells()
int tesseract::ColSegment::get_num_table_cells |
( |
| ) |
const |
|
inline |
Definition at line 75 of file tablefind.h.
76 return num_table_cells_;
◆ get_num_text_cells()
int tesseract::ColSegment::get_num_text_cells |
( |
| ) |
const |
|
inline |
Definition at line 84 of file tablefind.h.
85 return num_text_cells_;
◆ InsertBox()
void tesseract::ColSegment::InsertBox |
( |
const TBOX & |
other | ) |
|
◆ set_bottom()
void tesseract::ColSegment::set_bottom |
( |
int |
y | ) |
|
|
inline |
◆ set_bounding_box()
void tesseract::ColSegment::set_bounding_box |
( |
const TBOX & |
other | ) |
|
|
inline |
Definition at line 71 of file tablefind.h.
72 bounding_box_ = other;
◆ set_left()
void tesseract::ColSegment::set_left |
( |
int |
x | ) |
|
|
inline |
◆ set_num_table_cells()
void tesseract::ColSegment::set_num_table_cells |
( |
int |
n | ) |
|
|
inline |
◆ set_num_text_cells()
void tesseract::ColSegment::set_num_text_cells |
( |
int |
n | ) |
|
|
inline |
◆ set_right()
void tesseract::ColSegment::set_right |
( |
int |
x | ) |
|
|
inline |
◆ set_top()
void tesseract::ColSegment::set_top |
( |
int |
y | ) |
|
|
inline |
◆ set_type()
void tesseract::ColSegment::set_type |
( |
| ) |
|
Definition at line 2087 of file tablefind.cpp.
2090 else if (num_text_cells_ > num_table_cells_)
◆ type()
The documentation for this class was generated from the following files: