tesseract
3.05.02
|
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 854 of file paragraphs.cpp.
|
inline |
Definition at line 855 of file paragraphs.cpp.
|
inline |
Definition at line 904 of file paragraphs.cpp.
|
inline |
Definition at line 882 of file paragraphs.cpp.
|
inline |
Definition at line 871 of file paragraphs.cpp.
|
inline |
Definition at line 876 of file paragraphs.cpp.
|
inline |
Definition at line 917 of file paragraphs.cpp.
|
inline |
Definition at line 910 of file paragraphs.cpp.
|
inline |
Definition at line 899 of file paragraphs.cpp.
|
inline |
Definition at line 923 of file paragraphs.cpp.
|
inline |
Definition at line 892 of file paragraphs.cpp.
|
inline |
Definition at line 915 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::body_indent |
Definition at line 952 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::debug_level |
Definition at line 928 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::eop_threshold |
Definition at line 955 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::first_indent |
Definition at line 951 of file paragraphs.cpp.
tesseract::ParagraphJustification tesseract::GeometricClassifierState::just |
Definition at line 949 of file paragraphs.cpp.
GenericVector<Cluster> tesseract::GeometricClassifierState::left_tabs |
Definition at line 945 of file paragraphs.cpp.
bool tesseract::GeometricClassifierState::ltr |
Definition at line 941 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::margin |
Definition at line 950 of file paragraphs.cpp.
GenericVector<Cluster> tesseract::GeometricClassifierState::right_tabs |
Definition at line 946 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::row_end |
Definition at line 934 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::row_start |
Definition at line 933 of file paragraphs.cpp.
GenericVector<RowScratchRegisters>* tesseract::GeometricClassifierState::rows |
Definition at line 932 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::tolerance |
Definition at line 937 of file paragraphs.cpp.