tesseract-doxygen/api/baseapi.h File Reference
#include "thresholder.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_STRUCT * | INT_FEATURE |
| typedef INT_FEATURE_STRUCT | INT_FEATURE_ARRAY [MAX_NUM_INT_FEATURES] |
| typedef int(Dict::* | tesseract::DictFunc )(void *void_dawg_args, int char_index, const void *word, bool word_end) |
Enumerations |
| enum | tesseract::PageSegMode {
tesseract::PSM_AUTO,
tesseract::PSM_SINGLE_COLUMN,
tesseract::PSM_SINGLE_BLOCK,
tesseract::PSM_SINGLE_LINE,
tesseract::PSM_SINGLE_WORD,
tesseract::PSM_SINGLE_CHAR,
tesseract::PSM_COUNT
} |
| enum | tesseract::AccuracyVSpeed { tesseract::AVS_FASTEST = 0,
tesseract::AVS_MOST_ACCURATE = 100
} |
Define Documentation
| #define MAX_NUM_INT_FEATURES 512 |
Typedef Documentation