diff options
| author | zhbanito <shpioner@mail.ru> | 2019-07-18 23:59:07 +0300 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-18 13:59:07 -0700 |
| commit | 122360484648985b205f1385808074e80eceacb6 (patch) | |
| tree | 95f682b243ccd4cc35972f0a66204563614aba52 /ports/tesseract/CONTROL | |
| parent | 505eae9f6a2e63fb89f3c858a223fec095f01d57 (diff) | |
| download | vcpkg-122360484648985b205f1385808074e80eceacb6.tar.gz vcpkg-122360484648985b205f1385808074e80eceacb6.zip | |
[tesseract] port update to 4.1.0 release (#7227)
Diffstat (limited to 'ports/tesseract/CONTROL')
| -rw-r--r-- | ports/tesseract/CONTROL | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ports/tesseract/CONTROL b/ports/tesseract/CONTROL index df6e60fec..3f04dcf96 100644 --- a/ports/tesseract/CONTROL +++ b/ports/tesseract/CONTROL @@ -1,5 +1,12 @@ Source: tesseract
-Version: 4.0.0-3
+Version: 4.1.0
Homepage: https://github.com/tesseract-ocr/tesseract
Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
-Build-Depends: leptonica, icu
+Build-Depends: leptonica
+
+Feature: training_tools
+Description: build training tools
+Build-Depends: icu
+
+Feature: cpu_independed
+Description: build on any cpu extension commands support
|
