mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 05:39:35 +08:00
Add training tool deps.
This commit is contained in:
parent
3817aa3079
commit
2a5a9151f1
12
cppan.yml
12
cppan.yml
@ -146,7 +146,9 @@ projects:
|
|||||||
|
|
||||||
tesseractmain:
|
tesseractmain:
|
||||||
files: api/tesseractmain.cpp
|
files: api/tesseractmain.cpp
|
||||||
dependencies: tesseract
|
dependencies:
|
||||||
|
- tesseract
|
||||||
|
- pvt.cppan.demo.danbloomberg.leptonica: 1
|
||||||
|
|
||||||
tessopt:
|
tessopt:
|
||||||
type: lib
|
type: lib
|
||||||
@ -162,11 +164,15 @@ projects:
|
|||||||
- training/commandlineflags.h
|
- training/commandlineflags.h
|
||||||
- training/commontraining.cpp
|
- training/commontraining.cpp
|
||||||
- training/commontraining.h
|
- training/commontraining.h
|
||||||
dependencies: tessopt
|
dependencies:
|
||||||
|
- tessopt
|
||||||
|
- pvt.cppan.demo.danbloomberg.leptonica: 1
|
||||||
|
|
||||||
ambiguous_words:
|
ambiguous_words:
|
||||||
files: training/ambiguous_words.cpp
|
files: training/ambiguous_words.cpp
|
||||||
dependencies: tesseract
|
dependencies:
|
||||||
|
- tesseract
|
||||||
|
- pvt.cppan.demo.danbloomberg.leptonica: 1
|
||||||
|
|
||||||
classifier_tester:
|
classifier_tester:
|
||||||
files: training/classifier_tester.cpp
|
files: training/classifier_tester.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user