#include <resultiterator.h>
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
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
The documentation for this class was generated from the following files: