vcpkg/ports/tesseract/vcpkg.json
Jack·Boos·Yu f315deab8d
[tesseract] Fix non-Windows build (#21320)
* [tesseract] Fix non-Windows build

* version

* apply suggestion

* version
2021-12-10 13:51:47 -08:00

35 lines
765 B
JSON

{
"name": "tesseract",
"version": "4.1.1",
"port-version": 9,
"description": "An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.",
"homepage": "https://github.com/tesseract-ocr/tesseract",
"supports": "!(windows & (arm | arm64))",
"dependencies": [
"leptonica",
"libarchive",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"cpu-independed": {
"description": "build on any cpu extension commands support"
},
"training-tools": {
"description": "build training tools",
"dependencies": [
"cairo",
"fontconfig",
"icu",
"pango"
]
}
}
}