|
tesseract
4.0.0-1-g2a2b
|
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 867 of file paragraphs.cpp.
|
inline |
Definition at line 868 of file paragraphs.cpp.
|
inline |
Definition at line 917 of file paragraphs.cpp.
|
inline |
Definition at line 895 of file paragraphs.cpp.
|
inline |
Definition at line 884 of file paragraphs.cpp.
|
inline |
Definition at line 889 of file paragraphs.cpp.
|
inline |
Definition at line 930 of file paragraphs.cpp.
|
inline |
Definition at line 923 of file paragraphs.cpp.
|
inline |
Definition at line 912 of file paragraphs.cpp.
|
inline |
Definition at line 936 of file paragraphs.cpp.
|
inline |
Definition at line 905 of file paragraphs.cpp.
|
inline |
Definition at line 928 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::body_indent |
Definition at line 965 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::debug_level |
Definition at line 941 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::eop_threshold |
Definition at line 968 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::first_indent |
Definition at line 964 of file paragraphs.cpp.
| tesseract::ParagraphJustification tesseract::GeometricClassifierState::just |
Definition at line 962 of file paragraphs.cpp.
| GenericVector<Cluster> tesseract::GeometricClassifierState::left_tabs |
Definition at line 958 of file paragraphs.cpp.
| bool tesseract::GeometricClassifierState::ltr |
Definition at line 954 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::margin |
Definition at line 963 of file paragraphs.cpp.
| GenericVector<Cluster> tesseract::GeometricClassifierState::right_tabs |
Definition at line 959 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::row_end |
Definition at line 947 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::row_start |
Definition at line 946 of file paragraphs.cpp.
| GenericVector<RowScratchRegisters>* tesseract::GeometricClassifierState::rows |
Definition at line 945 of file paragraphs.cpp.
| int tesseract::GeometricClassifierState::tolerance |
Definition at line 950 of file paragraphs.cpp.