File tree 4 files changed +1
-33
lines changed
4 files changed +1
-33
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ noinst_HEADERS = \
42
42
paramsd.h \
43
43
pgedit.h \
44
44
reject.h \
45
- tessedit.h \
46
45
tesseractclass.h \
47
46
tessvars.h \
48
47
werdit.h
Original file line number Diff line number Diff line change 29
29
#include " pgedit.h"
30
30
#include " reject.h"
31
31
#include " stopper.h"
32
- #include " tessedit.h"
33
32
#include " tessvars.h"
34
33
#include " tprintf.h"
35
34
#ifndef DISABLED_LEGACY_ENGINE
48
47
// config under api
49
48
#define API_CONFIG " configs/api_config"
50
49
51
- ETEXT_DESC* global_monitor = nullptr ; // progress monitor
52
-
53
50
namespace tesseract {
54
51
55
52
// Read a "config" file containing a set of variable, value pairs.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ class Tesseract : public Wordrec {
510
510
const char * lengths);
511
511
int16_t count_alphanums (const WERD_CHOICE &word);
512
512
int16_t count_alphas (const WERD_CHOICE &word);
513
- // // tessedit.h ////////////////////////////////////////////////////////
513
+
514
514
void read_config_file (const char *filename, SetParamConstraint constraint);
515
515
// Initialize for potentially a set of languages defined by the language
516
516
// string and recursively any additional languages required by any language
You can’t perform that action at this time.
0 commit comments