tesseract v5.3.3.20231005
|
Public Attributes | |
const char * | ascii |
TextModelInputType | model_type |
ParagraphModel | model |
bool | is_very_first_or_continuation |
bool | is_list_item |
Definition at line 37 of file paragraphs_test.cc.
const char* tesseract::TextAndModel::ascii |
Definition at line 38 of file paragraphs_test.cc.
bool tesseract::TextAndModel::is_list_item |
Definition at line 44 of file paragraphs_test.cc.
bool tesseract::TextAndModel::is_very_first_or_continuation |
Definition at line 43 of file paragraphs_test.cc.
ParagraphModel tesseract::TextAndModel::model |
Definition at line 42 of file paragraphs_test.cc.
TextModelInputType tesseract::TextAndModel::model_type |
Definition at line 39 of file paragraphs_test.cc.