tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::WordData Struct Reference

#include <tesseractclass.h>

Collaboration diagram for tesseract::WordData:

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_RESword
 
ROWrow
 
BLOCKblock
 
WordDataprev_word
 
PointerVector< WERD_RESlang_words
 

Constructor & Destructor Documentation

◆ WordData() [1/3]

tesseract::WordData::WordData ( )
inline

◆ WordData() [2/3]

tesseract::WordData::WordData ( const PAGE_RES_IT page_res_it)
inlineexplicit

◆ WordData() [3/3]

tesseract::WordData::WordData ( BLOCK block_in,
ROW row_in,
WERD_RES word_res 
)
inline

Member Data Documentation

◆ block

BLOCK* tesseract::WordData::block

◆ lang_words

PointerVector<WERD_RES> tesseract::WordData::lang_words

◆ prev_word

WordData* tesseract::WordData::prev_word

◆ row

ROW* tesseract::WordData::row

◆ word

WERD_RES* tesseract::WordData::word

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