Tesseract 3.01
tesseract::ResultIterator Class Reference

#include <resultiterator.h>

Inheritance diagram for tesseract::ResultIterator:
tesseract::PageIterator

List of all members.

Public Member Functions

 ResultIterator (PAGE_RES *page_res, Tesseract *tesseract, int scale, int scaled_yres, int rect_left, int rect_top, int rect_width, int rect_height)
virtual ~ResultIterator ()
char * GetUTF8Text (PageIteratorLevel level) const
float Confidence (PageIteratorLevel level) const
const char * WordFontAttributes (bool *is_bold, bool *is_italic, bool *is_underlined, bool *is_monospace, bool *is_serif, bool *is_smallcaps, int *pointsize, int *font_id) const
bool WordIsFromDictionary () const
bool WordIsNumeric () const
bool SymbolIsSuperscript () const
bool SymbolIsSubscript () const
bool SymbolIsDropcap () const

Friends

class ChoiceIterator

Constructor & Destructor Documentation

tesseract::ResultIterator::ResultIterator ( PAGE_RES page_res,
Tesseract tesseract,
int  scale,
int  scaled_yres,
int  rect_left,
int  rect_top,
int  rect_width,
int  rect_height 
)
tesseract::ResultIterator::~ResultIterator ( ) [virtual]

Member Function Documentation

float tesseract::ResultIterator::Confidence ( PageIteratorLevel  level) const
char * tesseract::ResultIterator::GetUTF8Text ( PageIteratorLevel  level) const
bool tesseract::ResultIterator::SymbolIsDropcap ( ) const
bool tesseract::ResultIterator::SymbolIsSubscript ( ) const
bool tesseract::ResultIterator::SymbolIsSuperscript ( ) const
const char * tesseract::ResultIterator::WordFontAttributes ( bool *  is_bold,
bool *  is_italic,
bool *  is_underlined,
bool *  is_monospace,
bool *  is_serif,
bool *  is_smallcaps,
int *  pointsize,
int *  font_id 
) const
bool tesseract::ResultIterator::WordIsFromDictionary ( ) const
bool tesseract::ResultIterator::WordIsNumeric ( ) const

Friends And Related Function Documentation

friend class ChoiceIterator [friend]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines