Tesseract 3.01
/data/source/tesseract-ocr/ccmain/osdetect.h File Reference
#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

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

Function Documentation

int orientation_and_script_detection ( STRING filename,
OSResults ,
tesseract::Tesseract  
)
const int OrientationIdToValue ( const int &  id)
int 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 
)
int os_detect_blobs ( BLOBNBOX_CLIST *  blob_list,
OSResults osr,
tesseract::Tesseract tess 
)

Variable Documentation

const int kMaxNumberOfScripts = 116 + 1 + 2 + 1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines