tesseract v5.3.3.20231005
|
#include <paragraphs_internal.h>
Public Member Functions | |
LineHypothesis () | |
LineHypothesis (LineType line_type, const ParagraphModel *m) | |
LineHypothesis (const LineHypothesis &other)=default | |
LineHypothesis & | operator= (const LineHypothesis &other)=default |
bool | operator== (const LineHypothesis &other) const |
Public Attributes | |
LineType | ty |
const ParagraphModel * | model |
Definition at line 73 of file paragraphs_internal.h.
|
inline |
Definition at line 74 of file paragraphs_internal.h.
|
inline |
Definition at line 75 of file paragraphs_internal.h.
|
default |
|
default |
|
inline |
Definition at line 81 of file paragraphs_internal.h.
const ParagraphModel* tesseract::LineHypothesis::model |
Definition at line 86 of file paragraphs_internal.h.
LineType tesseract::LineHypothesis::ty |
Definition at line 85 of file paragraphs_internal.h.