#include <tablerecog.h>
◆ TableRecognizer()
tesseract::TableRecognizer::TableRecognizer |
( |
| ) |
|
◆ ~TableRecognizer()
tesseract::TableRecognizer::~TableRecognizer |
( |
| ) |
|
◆ FindLinesBoundingBox()
bool tesseract::TableRecognizer::FindLinesBoundingBox |
( |
TBOX * |
bounding_box | ) |
|
|
protected |
◆ FindLinesBoundingBoxIteration()
bool tesseract::TableRecognizer::FindLinesBoundingBoxIteration |
( |
TBOX * |
bounding_box | ) |
|
|
protected |
◆ HasSignificantLines()
bool tesseract::TableRecognizer::HasSignificantLines |
( |
const TBOX & |
guess | ) |
|
|
protected |
◆ Init()
void tesseract::TableRecognizer::Init |
( |
| ) |
|
◆ IsWeakTableRow()
bool tesseract::TableRecognizer::IsWeakTableRow |
( |
StructuredTable * |
table, |
|
|
int |
row |
|
) |
| |
|
staticprotected |
◆ NextHorizontalSplit()
int tesseract::TableRecognizer::NextHorizontalSplit |
( |
int |
left, |
|
|
int |
right, |
|
|
int |
y, |
|
|
bool |
top_to_bottom |
|
) |
| |
|
protected |
◆ RecognizeLinedTable()
bool tesseract::TableRecognizer::RecognizeLinedTable |
( |
const TBOX & |
guess_box, |
|
|
StructuredTable * |
table |
|
) |
| |
|
protected |
◆ RecognizeTable()
◆ RecognizeWhitespacedTable()
bool tesseract::TableRecognizer::RecognizeWhitespacedTable |
( |
const TBOX & |
guess_box, |
|
|
StructuredTable * |
table |
|
) |
| |
|
protected |
◆ set_line_grid()
◆ set_max_text_height()
void tesseract::TableRecognizer::set_max_text_height |
( |
int |
height | ) |
|
◆ set_min_height()
void tesseract::TableRecognizer::set_min_height |
( |
int |
height | ) |
|
◆ set_min_width()
void tesseract::TableRecognizer::set_min_width |
( |
int |
width | ) |
|
◆ set_text_grid()
◆ line_grid_
◆ max_text_height_
int tesseract::TableRecognizer::max_text_height_ |
|
protected |
◆ min_height_
int tesseract::TableRecognizer::min_height_ |
|
protected |
◆ min_width_
int tesseract::TableRecognizer::min_width_ |
|
protected |
◆ text_grid_
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/textord/tablerecog.h
- /home/stephane/src/tesseract/src/textord/tablerecog.cpp