Tesseract
3.02
|
#include <ocrpara.h>
Public Member Functions | |
PARA () | |
Public Attributes | |
const ParagraphModel * | model |
bool | is_list_item |
bool | is_very_first_or_continuation |
bool | has_drop_cap |
PARA::PARA | ( | ) | [inline] |
Definition at line 31 of file ocrpara.h.
: model(NULL), is_list_item(false), is_very_first_or_continuation(false), has_drop_cap(false) {}
bool PARA::has_drop_cap |
bool PARA::is_list_item |
const ParagraphModel* PARA::model |