vcpkg/ports/tesseract/vcpkg.json
Lily Wang b112a65db5
[tesseract] Add missing dependency pkgconf of feature training-tools (#42018)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-11-22 14:31:50 -08:00

44 lines
865 B
JSON

{
"name": "tesseract",
"version": "5.5.0",
"port-version": 1,
"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",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "cpu-features",
"platform": "android"
},
{
"name": "curl",
"default-features": false
},
"leptonica",
{
"name": "libarchive",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"training-tools": {
"description": "build training tools",
"dependencies": [
"cairo",
"fontconfig",
"icu",
"pango"
]
}
}
}