tesseract v5.3.3.20231005
|
#include <paragraphs.h>
Public Attributes | |
std::string | text |
bool | ltr |
bool | has_leaders |
bool | has_drop_cap |
int | pix_ldistance |
int | pix_rdistance |
float | pix_xheight |
int | average_interword_space |
int | num_words |
TBOX | lword_box |
TBOX | rword_box |
std::string | lword_text |
std::string | rword_text |
bool | lword_indicates_list_item |
bool | lword_likely_starts_idea |
bool | lword_likely_ends_idea |
bool | rword_indicates_list_item |
bool | rword_likely_starts_idea |
bool | rword_likely_ends_idea |
Definition at line 38 of file paragraphs.h.
int tesseract::RowInfo::average_interword_space |
Definition at line 50 of file paragraphs.h.
bool tesseract::RowInfo::has_drop_cap |
Definition at line 46 of file paragraphs.h.
bool tesseract::RowInfo::has_leaders |
Definition at line 45 of file paragraphs.h.
bool tesseract::RowInfo::ltr |
Definition at line 42 of file paragraphs.h.
TBOX tesseract::RowInfo::lword_box |
Definition at line 53 of file paragraphs.h.
bool tesseract::RowInfo::lword_indicates_list_item |
Definition at line 69 of file paragraphs.h.
bool tesseract::RowInfo::lword_likely_ends_idea |
Definition at line 71 of file paragraphs.h.
bool tesseract::RowInfo::lword_likely_starts_idea |
Definition at line 70 of file paragraphs.h.
std::string tesseract::RowInfo::lword_text |
Definition at line 56 of file paragraphs.h.
int tesseract::RowInfo::num_words |
Definition at line 52 of file paragraphs.h.
int tesseract::RowInfo::pix_ldistance |
Definition at line 47 of file paragraphs.h.
int tesseract::RowInfo::pix_rdistance |
Definition at line 48 of file paragraphs.h.
float tesseract::RowInfo::pix_xheight |
Definition at line 49 of file paragraphs.h.
TBOX tesseract::RowInfo::rword_box |
Definition at line 54 of file paragraphs.h.
bool tesseract::RowInfo::rword_indicates_list_item |
Definition at line 73 of file paragraphs.h.
bool tesseract::RowInfo::rword_likely_ends_idea |
Definition at line 75 of file paragraphs.h.
bool tesseract::RowInfo::rword_likely_starts_idea |
Definition at line 74 of file paragraphs.h.
std::string tesseract::RowInfo::rword_text |
Definition at line 57 of file paragraphs.h.
std::string tesseract::RowInfo::text |
Definition at line 41 of file paragraphs.h.