#include <paragraphs_internal.h>
Definition at line 192 of file paragraphs_internal.h.
◆ ParagraphTheory()
◆ AddModel()
◆ DiscardUnusedModels()
void tesseract::ParagraphTheory::DiscardUnusedModels |
( |
const SetOfModels & |
used_models | ) |
|
◆ Fits()
Definition at line 1266 of file paragraphs.cpp.
1270 for (
int i = 0; i < models_->
size(); i++) {
1271 if ((*models_)[i] == model)
◆ IndexOf()
int tesseract::ParagraphTheory::IndexOf |
( |
const ParagraphModel * |
model | ) |
const |
◆ models() [1/2]
◆ models() [2/2]
◆ NonCenteredModels()
void tesseract::ParagraphTheory::NonCenteredModels |
( |
SetOfModels * |
models | ) |
|
Definition at line 1277 of file paragraphs.cpp.
1280 tprintf(
"ValidFirstLine() should only be called with strong models!\n");
1283 model->ValidFirstLine(
The documentation for this class was generated from the following files: