We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3817aa3 commit 2a5a915Copy full SHA for 2a5a915
cppan.yml
@@ -146,7 +146,9 @@ projects:
146
147
tesseractmain:
148
files: api/tesseractmain.cpp
149
- dependencies: tesseract
+ dependencies:
150
+ - tesseract
151
+ - pvt.cppan.demo.danbloomberg.leptonica: 1
152
153
tessopt:
154
type: lib
@@ -162,11 +164,15 @@ projects:
162
164
- training/commandlineflags.h
163
165
- training/commontraining.cpp
166
- training/commontraining.h
- dependencies: tessopt
167
168
+ - tessopt
169
170
171
ambiguous_words:
172
files: training/ambiguous_words.cpp
173
174
175
176
177
classifier_tester:
178
files: training/classifier_tester.cpp
0 commit comments