Tesseract
3.02
|
Go to the source code of this file.
Classes | |
struct | OSBestResult |
struct | OSResults |
class | OrientationDetector |
class | ScriptDetector |
Namespaces | |
namespace | tesseract |
Functions | |
int | orientation_and_script_detection (STRING &filename, OSResults *, tesseract::Tesseract *) |
int | os_detect (TO_BLOCK_LIST *port_blocks, OSResults *osr, tesseract::Tesseract *tess) |
int | os_detect_blobs (BLOBNBOX_CLIST *blob_list, OSResults *osr, tesseract::Tesseract *tess) |
bool | os_detect_blob (BLOBNBOX *bbox, OrientationDetector *o, ScriptDetector *s, OSResults *, tesseract::Tesseract *tess) |
const int | OrientationIdToValue (const int &id) |
Variables | |
const int | kMaxNumberOfScripts = 116 + 1 + 2 + 1 |
int orientation_and_script_detection | ( | STRING & | filename, |
OSResults * | , | ||
tesseract::Tesseract * | |||
) |
Definition at line 189 of file osdetect.cpp.
const int OrientationIdToValue | ( | const int & | id | ) |
Definition at line 534 of file osdetect.cpp.
int os_detect | ( | TO_BLOCK_LIST * | port_blocks, |
OSResults * | osr, | ||
tesseract::Tesseract * | tess | ||
) |
Definition at line 236 of file osdetect.cpp.
bool os_detect_blob | ( | BLOBNBOX * | bbox, |
OrientationDetector * | o, | ||
ScriptDetector * | s, | ||
OSResults * | , | ||
tesseract::Tesseract * | tess | ||
) |
Definition at line 323 of file osdetect.cpp.
int os_detect_blobs | ( | BLOBNBOX_CLIST * | blob_list, |
OSResults * | osr, | ||
tesseract::Tesseract * | tess | ||
) |
Definition at line 275 of file osdetect.cpp.
const int kMaxNumberOfScripts = 116 + 1 + 2 + 1 |
Definition at line 36 of file osdetect.h.