tesseract
5.0.0-alpha-619-ge9db
|
Public Member Functions | |
BlobData ()=default | |
BlobData (int index, Tesseract *tess, const WERD_RES &word) | |
Public Attributes | |
TBLOB * | blob = nullptr |
Tesseract * | tesseract = nullptr |
BLOB_CHOICE_LIST ** | choices = nullptr |
Definition at line 26 of file par_control.cpp.
|
default |
Definition at line 28 of file par_control.cpp.
TBLOB* tesseract::BlobData::blob = nullptr |
Definition at line 33 of file par_control.cpp.
BLOB_CHOICE_LIST** tesseract::BlobData::choices = nullptr |
Definition at line 35 of file par_control.cpp.
Tesseract* tesseract::BlobData::tesseract = nullptr |
Definition at line 34 of file par_control.cpp.