|
tesseract
4.00.00dev
|
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 |
| GenericVector< RowScratchRegisters > * | rows |
| int | row_start |
| int | row_end |
| int | tolerance |
| bool | ltr |
| GenericVector< Cluster > | left_tabs |
| GenericVector< Cluster > | right_tabs |
| tesseract::ParagraphJustification | just |
| int | margin |
| int | first_indent |
| int | body_indent |
| int | eop_threshold |
Definition at line 855 of file paragraphs.cpp.
|
inline |
Definition at line 856 of file paragraphs.cpp.
Definition at line 905 of file paragraphs.cpp.
|
inline |
Definition at line 883 of file paragraphs.cpp.
|
inline |
Definition at line 872 of file paragraphs.cpp.
|
inline |
Definition at line 877 of file paragraphs.cpp.
|
inline |
Definition at line 918 of file paragraphs.cpp.
Definition at line 911 of file paragraphs.cpp.
|
inline |
Definition at line 900 of file paragraphs.cpp.
|
inline |
Definition at line 924 of file paragraphs.cpp.
|
inline |
Definition at line 893 of file paragraphs.cpp.
|
inline |
Definition at line 916 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::body_indent |
Definition at line 953 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::debug_level |
Definition at line 929 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::eop_threshold |
Definition at line 956 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::first_indent |
Definition at line 952 of file paragraphs.cpp.
| tesseract::ParagraphJustification tesseract::GeometricClassifierState::just |
Definition at line 950 of file paragraphs.cpp.
| GenericVector<Cluster> tesseract::GeometricClassifierState::left_tabs |
Definition at line 946 of file paragraphs.cpp.
| bool tesseract::GeometricClassifierState::ltr |
Definition at line 942 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::margin |
Definition at line 951 of file paragraphs.cpp.
| GenericVector<Cluster> tesseract::GeometricClassifierState::right_tabs |
Definition at line 947 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::row_end |
Definition at line 935 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::row_start |
Definition at line 934 of file paragraphs.cpp.
| GenericVector<RowScratchRegisters>* tesseract::GeometricClassifierState::rows |
Definition at line 933 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::tolerance |
Definition at line 938 of file paragraphs.cpp.