vcpkg/ports/tesseract/vcpkg.json
autoantwort ba588a0615
[tesseract] Update and fix feature training-tools build (#29225)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 14:10:33 -08:00

39 lines
773 B
JSON

{
"name": "tesseract",
"version": "5.3.0",
"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": "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"
]
}
}
}