File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -142,14 +142,14 @@ projects:
142
142
tesseract :
143
143
files : api/tesseractmain.cpp
144
144
dependencies :
145
- - tesseract
145
+ - libtesseract
146
146
147
147
tessopt :
148
148
type : lib
149
149
static_only : true
150
150
files : training/tessopt.*
151
151
include_directories : training
152
- dependencies : tesseract
152
+ dependencies : libtesseract
153
153
154
154
common_training :
155
155
type : lib
@@ -166,23 +166,23 @@ projects:
166
166
ambiguous_words :
167
167
files : training/ambiguous_words.cpp
168
168
dependencies :
169
- - tesseract
169
+ - libtesseract
170
170
171
171
classifier_tester :
172
172
files : training/classifier_tester.cpp
173
173
dependencies : common_training
174
174
175
175
combine_tessdata :
176
176
files : training/combine_tessdata.cpp
177
- dependencies : tesseract
177
+ dependencies : libtesseract
178
178
179
179
cntraining :
180
180
files : training/cntraining.cpp
181
181
dependencies : common_training
182
182
183
183
dawg2wordlist :
184
184
files : training/dawg2wordlist.cpp
185
- dependencies : tesseract
185
+ dependencies : libtesseract
186
186
187
187
mftraining :
188
188
files :
@@ -200,7 +200,7 @@ projects:
200
200
201
201
wordlist2dawg :
202
202
files : training/wordlist2dawg.cpp
203
- dependencies : tesseract
203
+ dependencies : libtesseract
204
204
205
205
unicharset_training :
206
206
type : lib
You can’t perform that action at this time.
0 commit comments