Tesseract  3.02
tesseract-ocr/api/baseapi.h File Reference
#include <stdio.h>
#include "platform.h"
#include "apitypes.h"
#include "thresholder.h"
#include "unichar.h"
#include "tesscallback.h"
#include "publictypes.h"
#include "pageiterator.h"
#include "resultiterator.h"

Go to the source code of this file.

Classes

class  tesseract::TessBaseAPI

Namespaces

namespace  tesseract

Defines

#define MAX_NUM_INT_FEATURES   512

Typedefs

typedef list_recLIST
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) const
typedef double(Dict::* tesseract::ProbabilityInContextFunc )(const char *lang, const char *context, int context_bytes, const char *character, int character_bytes)
typedef void(Wordrec::* tesseract::FillLatticeFunc )(const MATRIX &ratings, const LIST &best_choices, const UNICHARSET &unicharset, BlamerBundle *blamer_bundle)
typedef TessCallback3< const
UNICHARSET &, int, PAGE_RES * > 
tesseract::TruthCallback

Define Documentation

#define MAX_NUM_INT_FEATURES   512

Definition at line 63 of file baseapi.h.


Typedef Documentation

Definition at line 64 of file baseapi.h.

typedef INT_FEATURE_STRUCT INT_FEATURE_ARRAY[MAX_NUM_INT_FEATURES]

Definition at line 66 of file baseapi.h.

typedef list_rec* LIST

Definition at line 60 of file baseapi.h.