vcpkg/ports/tesseract/vcpkg.json
Alexander Rozdaybeda c786d06dcc
[tesseract] Install additional headers (#29670)
* install additional headers

* update version

* add double quotes

* fix double quotes

---------

Co-authored-by: Alexander ROZDAYBEDA <alexander.rozdaybeda@avanquest.com>
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-04-11 22:42:29 -07:00

40 lines
794 B
JSON

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