#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 |
| PointerVector< WERD_RES > | lang_words |
Definition at line 144 of file tesseractclass.h.
|
inline |
Definition at line 145 of file tesseractclass.h.
|
inlineexplicit |
Definition at line 146 of file tesseractclass.h.
Definition at line 149 of file tesseractclass.h.
| BLOCK* tesseract::WordData::block |
Definition at line 154 of file tesseractclass.h.
| PointerVector<WERD_RES> tesseract::WordData::lang_words |
Definition at line 156 of file tesseractclass.h.
| WordData* tesseract::WordData::prev_word |
Definition at line 155 of file tesseractclass.h.
| ROW* tesseract::WordData::row |
Definition at line 153 of file tesseractclass.h.
| WERD_RES* tesseract::WordData::word |
Definition at line 152 of file tesseractclass.h.