Tesseract
3.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 810 of file paragraphs.cpp.
|
inline |
Definition at line 811 of file paragraphs.cpp.
|
inline |
Definition at line 855 of file paragraphs.cpp.
|
inline |
Definition at line 833 of file paragraphs.cpp.
|
inline |
Definition at line 822 of file paragraphs.cpp.
|
inline |
Definition at line 827 of file paragraphs.cpp.
|
inline |
Definition at line 868 of file paragraphs.cpp.
|
inline |
Definition at line 861 of file paragraphs.cpp.
|
inline |
Definition at line 850 of file paragraphs.cpp.
|
inline |
Definition at line 874 of file paragraphs.cpp.
|
inline |
Definition at line 843 of file paragraphs.cpp.
|
inline |
Definition at line 866 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::body_indent |
Definition at line 903 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::debug_level |
Definition at line 879 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::eop_threshold |
Definition at line 906 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::first_indent |
Definition at line 902 of file paragraphs.cpp.
tesseract::ParagraphJustification tesseract::GeometricClassifierState::just |
Definition at line 900 of file paragraphs.cpp.
GenericVector<Cluster> tesseract::GeometricClassifierState::left_tabs |
Definition at line 896 of file paragraphs.cpp.
bool tesseract::GeometricClassifierState::ltr |
Definition at line 892 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::margin |
Definition at line 901 of file paragraphs.cpp.
GenericVector<Cluster> tesseract::GeometricClassifierState::right_tabs |
Definition at line 897 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::row_end |
Definition at line 885 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::row_start |
Definition at line 884 of file paragraphs.cpp.
GenericVector<RowScratchRegisters>* tesseract::GeometricClassifierState::rows |
Definition at line 883 of file paragraphs.cpp.
int tesseract::GeometricClassifierState::tolerance |
Definition at line 888 of file paragraphs.cpp.