mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
93b7a0d701
* fix raining-tools feature compilation error * update version * Remove useless patches * update version * fix TRAINING_TOOLS * update version * fix format * update version * fix format * update version
39 lines
773 B
JSON
39 lines
773 B
JSON
{
|
|
"name": "tesseract",
|
|
"version": "5.3.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": "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"
|
|
]
|
|
}
|
|
}
|
|
}
|