#include <ocrpara.h>
|
| ParagraphModel (tesseract::ParagraphJustification justification, int margin, int first_indent, int body_indent, int tolerance) |
|
| ParagraphModel () |
|
bool | ValidFirstLine (int lmargin, int lindent, int rindent, int rmargin) const |
|
bool | ValidBodyLine (int lmargin, int lindent, int rindent, int rmargin) const |
|
tesseract::ParagraphJustification | justification () const |
|
int | margin () const |
|
int | first_indent () const |
|
int | body_indent () const |
|
int | tolerance () const |
|
bool | is_flush () const |
|
bool | Comparable (const ParagraphModel &other) const |
|
STRING | ToString () const |
|
◆ ParagraphModel() [1/2]
◆ ParagraphModel() [2/2]
ParagraphModel::ParagraphModel |
( |
| ) |
|
|
inline |
◆ body_indent()
int ParagraphModel::body_indent |
( |
| ) |
const |
|
inline |
◆ Comparable()
◆ first_indent()
int ParagraphModel::first_indent |
( |
| ) |
const |
|
inline |
◆ is_flush()
bool ParagraphModel::is_flush |
( |
| ) |
const |
|
inline |
◆ justification()
◆ margin()
int ParagraphModel::margin |
( |
| ) |
const |
|
inline |
◆ tolerance()
int ParagraphModel::tolerance |
( |
| ) |
const |
|
inline |
◆ ToString()
STRING ParagraphModel::ToString |
( |
| ) |
const |
◆ ValidBodyLine()
bool ParagraphModel::ValidBodyLine |
( |
int |
lmargin, |
|
|
int |
lindent, |
|
|
int |
rindent, |
|
|
int |
rmargin |
|
) |
| const |
◆ ValidFirstLine()
bool ParagraphModel::ValidFirstLine |
( |
int |
lmargin, |
|
|
int |
lindent, |
|
|
int |
rindent, |
|
|
int |
rmargin |
|
) |
| const |
◆ body_indent_
int ParagraphModel::body_indent_ |
|
private |
◆ first_indent_
int ParagraphModel::first_indent_ |
|
private |
◆ justification_
◆ margin_
int ParagraphModel::margin_ |
|
private |
◆ tolerance_
int ParagraphModel::tolerance_ |
|
private |
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/ccstruct/ocrpara.h
- /home/stephane/src/tesseract/src/ccstruct/ocrpara.cpp