tesseract
3.03
|
#include <tesseractclass.h>
Public Member Functions | |
WordData () | |
WordData (const PAGE_RES_IT &page_res_it) | |
WordData (BLOCK *block_in, ROW *row_in, WERD_RES *word_res) | |
Public Attributes | |
WERD_RES * | word |
ROW * | row |
BLOCK * | block |
WordData * | prev_word |
GenericVector< WERD_RES > | lang_words |
Definition at line 136 of file tesseractclass.h.
tesseract::WordData::WordData | ( | ) | [inline] |
tesseract::WordData::WordData | ( | const PAGE_RES_IT & | page_res_it | ) | [inline, explicit] |
tesseract::WordData::WordData | ( | BLOCK * | block_in, |
ROW * | row_in, | ||
WERD_RES * | word_res | ||
) | [inline] |
Definition at line 146 of file tesseractclass.h.
Definition at line 148 of file tesseractclass.h.
Definition at line 147 of file tesseractclass.h.
Definition at line 145 of file tesseractclass.h.
Definition at line 144 of file tesseractclass.h.