tesseract v5.3.3.20231005
|
Protected Member Functions | |
void | SetUp () override |
![]() | |
void | SetUp () override |
void | TearDown () override |
void | InsertPartitions () |
void | InsertPartition (int left, int bottom, int right, int top) |
void | InsertLines () |
void | InsertHorizontalLine (int left, int right, int y) |
void | InsertVerticalLine (int x, int bottom, int top) |
void | InsertCellsInLines () |
![]() | |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Protected Attributes | |
std::unique_ptr< TestableStructuredTable > | table_ |
![]() | |
TBOX | line_box_ |
std::unique_ptr< ColPartitionGrid > | text_grid_ |
std::unique_ptr< ColPartitionGrid > | line_grid_ |
ColPartition_LIST | allocated_parts_ |
Additional Inherited Members | |
![]() | |
virtual | ~Test () |
![]() | |
static void | SetUpTestSuite () |
static void | TearDownTestSuite () |
static void | TearDownTestCase () |
static void | SetUpTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | IsSkipped () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
Definition at line 162 of file tablerecog_test.cc.
|
inlineoverrideprotectedvirtual |
Reimplemented from tesseract::SharedTest.
Definition at line 164 of file tablerecog_test.cc.
|
protected |
Definition at line 172 of file tablerecog_test.cc.