|
bool | tesseract::AsciiLikelyListItem (const std::string &word) |
|
void | tesseract::RightWordAttributes (const UNICHARSET *unicharset, const WERD_CHOICE *werd, const std::string &utf8, bool *is_list, bool *starts_idea, bool *ends_idea) |
|
void | tesseract::LeftWordAttributes (const UNICHARSET *unicharset, const WERD_CHOICE *werd, const std::string &utf8, bool *is_list, bool *starts_idea, bool *ends_idea) |
|
bool | tesseract::StrongModel (const ParagraphModel *model) |
|
bool | tesseract::ValidFirstLine (const std::vector< RowScratchRegisters > *rows, int row, const ParagraphModel *model) |
|
bool | tesseract::ValidBodyLine (const std::vector< RowScratchRegisters > *rows, int row, const ParagraphModel *model) |
|
bool | tesseract::CrownCompatible (const std::vector< RowScratchRegisters > *rows, int a, int b, const ParagraphModel *model) |
|
void | tesseract::RecomputeMarginsAndClearHypotheses (std::vector< RowScratchRegisters > *rows, int start, int end, int percentile) |
|
int | tesseract::InterwordSpace (const std::vector< RowScratchRegisters > &rows, int row_start, int row_end) |
|
bool | tesseract::FirstWordWouldHaveFit (const RowScratchRegisters &before, const RowScratchRegisters &after, tesseract::ParagraphJustification justification) |
|
bool | tesseract::FirstWordWouldHaveFit (const RowScratchRegisters &before, const RowScratchRegisters &after) |
|
bool | tesseract::RowsFitModel (const std::vector< RowScratchRegisters > *rows, int start, int end, const ParagraphModel *model) |
|
void | tesseract::CanonicalizeDetectionResults (std::vector< PARA * > *row_owners, PARA_LIST *paragraphs) |
|