tesseract v5.3.3.20231005
|
Public Member Functions | |
void | ExpectPartition (const TBOX &box) |
void | ExpectPartitionCount (int expected_count) |
bool | GapInXProjection (int *xprojection, int length) |
bool | HasLeaderAdjacent (const ColPartition &part) |
void | InsertLeaderPartition (ColPartition *part) |
void | InsertTextPartition (ColPartition *part) |
void | set_global_median_blob_width (int width) |
void | set_global_median_ledding (int ledding) |
void | set_global_median_xheight (int xheight) |
void | SplitAndInsertFragmentedTextPartition (ColPartition *part) |
![]() | |
TableFinder () | |
~TableFinder () | |
void | set_resolution (int resolution) |
void | set_left_to_right_language (bool order) |
void | Init (int grid_size, const ICOORD &bottom_left, const ICOORD &top_right) |
void | InsertCleanPartitions (ColPartitionGrid *grid, TO_BLOCK *block) |
void | LocateTables (ColPartitionGrid *grid, ColPartitionSet **columns, WidthCallback width_cb, const FCOORD &reskew) |
Definition at line 22 of file tablefind_test.cc.
|
inline |
Definition at line 33 of file tablefind_test.cc.
|
inline |
Definition at line 48 of file tablefind_test.cc.
bool tesseract::TableFinder::GapInXProjection | ( | int * | xprojection, |
int | length | ||
) |
Definition at line 345 of file tablefind.cpp.
bool tesseract::TableFinder::HasLeaderAdjacent | ( | const ColPartition & | part | ) |
Definition at line 244 of file tablefind.cpp.
void tesseract::TableFinder::InsertLeaderPartition | ( | ColPartition * | part | ) |
Definition at line 169 of file tablefind.cpp.
void tesseract::TableFinder::InsertTextPartition | ( | ColPartition * | part | ) |
Definition at line 167 of file tablefind.cpp.
void tesseract::TableFinder::set_global_median_blob_width | ( | int | width | ) |
Definition at line 214 of file tablefind.cpp.
void tesseract::TableFinder::set_global_median_ledding | ( | int | ledding | ) |
Definition at line 219 of file tablefind.cpp.
void tesseract::TableFinder::set_global_median_xheight | ( | int | xheight | ) |
Definition at line 211 of file tablefind.cpp.
void tesseract::TableFinder::SplitAndInsertFragmentedTextPartition | ( | ColPartition * | part | ) |
Definition at line 172 of file tablefind.cpp.