|
tesseract
3.03
|
#include "stderr.h"#include "basedir.h"#include "tessvars.h"#include "control.h"#include "reject.h"#include "pageres.h"#include "nwmain.h"#include "pgedit.h"#include "tprintf.h"#include "tessedit.h"#include "stopper.h"#include "intmatcher.h"#include "chop.h"#include "efio.h"#include "danerror.h"#include "globals.h"#include "tesseractclass.h"#include "params.h"Go to the source code of this file.
Namespaces | |
| namespace | tesseract |
Defines | |
| #define | VARDIR "configs/" /*variables files */ |
| #define | API_CONFIG "configs/api_config" |
Enumerations | |
| enum | tesseract::CMD_EVENTS { tesseract::ACTION_1_CMD_EVENT, tesseract::RECOG_WERDS, tesseract::RECOG_PSEUDO, tesseract::ACTION_2_CMD_EVENT } |
Variables | |
| ETEXT_DESC * | global_monitor = NULL |
| #define API_CONFIG "configs/api_config" |
Definition at line 41 of file tessedit.cpp.
| #define VARDIR "configs/" /*variables files */ |
Definition at line 39 of file tessedit.cpp.
| ETEXT_DESC* global_monitor = NULL |
Definition at line 43 of file tessedit.cpp.