tesseract
4.1.1
|
Public Member Functions | |
GeometricClassifierState (int dbg_level, GenericVector< RowScratchRegisters > *r, int r_start, int r_end) | |
void | AssumeLeftJustification () |
void | AssumeRightJustification () |
const GenericVector< Cluster > & | AlignTabs () const |
const GenericVector< Cluster > & | OffsideTabs () const |
bool | IsFullRow (int i) const |
int | AlignsideTabIndex (int row_idx) const |
bool | FirstWordWouldHaveFit (int row_a, int row_b) |
void | PrintRows () const |
void | Fail (int min_debug_level, const char *why) const |
ParagraphModel | Model () const |
Public Attributes | |
int | debug_level = 0 |
GenericVector< RowScratchRegisters > * | rows |
int | row_start = 0 |
int | row_end = 0 |
int | tolerance = 0 |
bool | ltr = false |
GenericVector< Cluster > | left_tabs |
GenericVector< Cluster > | right_tabs |
tesseract::ParagraphJustification | just = JUSTIFICATION_UNKNOWN |
int | margin = 0 |
int | first_indent = 0 |
int | body_indent = 0 |
int | eop_threshold = 0 |
Definition at line 866 of file paragraphs.cpp.
|
inline |
Definition at line 867 of file paragraphs.cpp.
|
inline |
Definition at line 915 of file paragraphs.cpp.
|
inline |
Definition at line 893 of file paragraphs.cpp.
|
inline |
Definition at line 882 of file paragraphs.cpp.
|
inline |
Definition at line 887 of file paragraphs.cpp.
|
inline |
Definition at line 928 of file paragraphs.cpp.
|
inline |
Definition at line 921 of file paragraphs.cpp.
|
inline |
Definition at line 910 of file paragraphs.cpp.
|
inline |
Definition at line 934 of file paragraphs.cpp.
|
inline |
Definition at line 903 of file paragraphs.cpp.
|
inline |
Definition at line 926 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::body_indent = 0 |
Definition at line 963 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::debug_level = 0 |
Definition at line 939 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::eop_threshold = 0 |
Definition at line 966 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::first_indent = 0 |
Definition at line 962 of file paragraphs.cpp.
tesseract::ParagraphJustification tesseract::GeometricClassifierState::just = JUSTIFICATION_UNKNOWN |
Definition at line 960 of file paragraphs.cpp.
GenericVector<Cluster> tesseract::GeometricClassifierState::left_tabs |
Definition at line 956 of file paragraphs.cpp.
bool tesseract::GeometricClassifierState::ltr = false |
Definition at line 952 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::margin = 0 |
Definition at line 961 of file paragraphs.cpp.
GenericVector<Cluster> tesseract::GeometricClassifierState::right_tabs |
Definition at line 957 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::row_end = 0 |
Definition at line 945 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::row_start = 0 |
Definition at line 944 of file paragraphs.cpp.
GenericVector<RowScratchRegisters>* tesseract::GeometricClassifierState::rows |
Definition at line 943 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::tolerance = 0 |
Definition at line 948 of file paragraphs.cpp.