Skip to content

Commit 2a5a915

Browse files
committed
Add training tool deps.
1 parent 3817aa3 commit 2a5a915

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

cppan.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ projects:
146146

147147
tesseractmain:
148148
files: api/tesseractmain.cpp
149-
dependencies: tesseract
149+
dependencies:
150+
- tesseract
151+
- pvt.cppan.demo.danbloomberg.leptonica: 1
150152

151153
tessopt:
152154
type: lib
@@ -162,11 +164,15 @@ projects:
162164
- training/commandlineflags.h
163165
- training/commontraining.cpp
164166
- training/commontraining.h
165-
dependencies: tessopt
167+
dependencies:
168+
- tessopt
169+
- pvt.cppan.demo.danbloomberg.leptonica: 1
166170

167171
ambiguous_words:
168172
files: training/ambiguous_words.cpp
169-
dependencies: tesseract
173+
dependencies:
174+
- tesseract
175+
- pvt.cppan.demo.danbloomberg.leptonica: 1
170176

171177
classifier_tester:
172178
files: training/classifier_tester.cpp

0 commit comments

Comments
 (0)