Tesseract 3.01
/data/source/tesseract-ocr/api/baseapi.h File Reference
#include "apitypes.h"
#include "genericvector.h"
#include "thresholder.h"
#include "unichar.h"
#include "tesscallback.h"

Go to the source code of this file.

Classes

class  tesseract::TessBaseAPI

Namespaces

namespace  tesseract

Defines

#define MAX_NUM_INT_FEATURES   512
#define TESSDLL_API

Typedefs

typedef INT_FEATURE_STRUCTINT_FEATURE
typedef INT_FEATURE_STRUCT INT_FEATURE_ARRAY [MAX_NUM_INT_FEATURES]
typedef int(Dict::* tesseract::DictFunc )(void *void_dawg_args, UNICHAR_ID unichar_id, bool word_end)
typedef double(Dict::* tesseract::ProbabilityInContextFunc )(const char *lang, const char *context, int context_bytes, const char *character, int character_bytes)
typedef TessCallback2< int,
PAGE_RES * > 
tesseract::TruthCallback

Define Documentation

#define MAX_NUM_INT_FEATURES   512
#define TESSDLL_API

Typedef Documentation

typedef INT_FEATURE_STRUCT INT_FEATURE_ARRAY[MAX_NUM_INT_FEATURES]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines