#include "strngs.h"
#include "unicharset.h"
Go to the source code of this file.
Classes | |
struct | OSBestResult |
struct | OSResults |
class | OrientationDetector |
class | ScriptDetector |
Namespaces | |
namespace | tesseract |
Functions | |
bool | orientation_and_script_detection (STRING &filename, OSResults *, tesseract::Tesseract *) |
bool | os_detect (TO_BLOCK_LIST *port_blocks, OSResults *osr, tesseract::Tesseract *tess) |
bool | os_detect_blob (BLOBNBOX *bbox, OrientationDetector *o, ScriptDetector *s, OSResults *, tesseract::Tesseract *tess) |
Variables | |
const int | kMaxNumberOfScripts = 116 + 1 + 2 + 1 |
bool orientation_and_script_detection | ( | STRING & | filename, | |
OSResults * | , | |||
tesseract::Tesseract * | ||||
) |
bool os_detect | ( | TO_BLOCK_LIST * | port_blocks, | |
OSResults * | osr, | |||
tesseract::Tesseract * | tess | |||
) |
bool os_detect_blob | ( | BLOBNBOX * | bbox, | |
OrientationDetector * | o, | |||
ScriptDetector * | s, | |||
OSResults * | , | |||
tesseract::Tesseract * | tess | |||
) |
const int kMaxNumberOfScripts = 116 + 1 + 2 + 1 |