#include "export.h"
#include <vector>
Go to the source code of this file.
|
int | tesseract::orientation_and_script_detection (const char *filename, OSResults *, tesseract::Tesseract *) |
|
int | tesseract::os_detect (TO_BLOCK_LIST *port_blocks, OSResults *osr, tesseract::Tesseract *tess) |
|
int | tesseract::os_detect_blobs (const std::vector< int > *allowed_scripts, BLOBNBOX_CLIST *blob_list, OSResults *osr, tesseract::Tesseract *tess) |
|
bool | tesseract::os_detect_blob (BLOBNBOX *bbox, OrientationDetector *o, ScriptDetector *s, OSResults *, tesseract::Tesseract *tess) |
|
TESS_API int | tesseract::OrientationIdToValue (const int &id) |
|