tesseract v5.3.3.20231005
tesseract::PARA Struct Reference

#include <ocrpara.h>

Inheritance diagram for tesseract::PARA:
tesseract::ELIST_LINK

Public Member Functions

 PARA ()
 
- Public Member Functions inherited from tesseract::ELIST_LINK
 ELIST_LINK ()
 
 ELIST_LINK (const ELIST_LINK &)
 
void operator= (const ELIST_LINK &)
 

Public Attributes

const ParagraphModelmodel
 
bool is_list_item
 
bool is_very_first_or_continuation
 
bool has_drop_cap
 

Detailed Description

Definition at line 30 of file ocrpara.h.

Constructor & Destructor Documentation

◆ PARA()

tesseract::PARA::PARA ( )
inline

Definition at line 32 of file ocrpara.h.

33 : model(nullptr)
34 , is_list_item(false)
36 , has_drop_cap(false) {}
const ParagraphModel * model
Definition: ocrpara.h:40
bool has_drop_cap
Definition: ocrpara.h:50
bool is_list_item
Definition: ocrpara.h:42
bool is_very_first_or_continuation
Definition: ocrpara.h:47

Member Data Documentation

◆ has_drop_cap

bool tesseract::PARA::has_drop_cap

Definition at line 50 of file ocrpara.h.

◆ is_list_item

bool tesseract::PARA::is_list_item

Definition at line 42 of file ocrpara.h.

◆ is_very_first_or_continuation

bool tesseract::PARA::is_very_first_or_continuation

Definition at line 47 of file ocrpara.h.

◆ model

const ParagraphModel* tesseract::PARA::model

Definition at line 40 of file ocrpara.h.


The documentation for this struct was generated from the following file: