vcpkg/ports/tesseract/vcpkg.json
Frank 1eb4c7f6f3
[Tesseract] add support [arm-osx] and [arm-linux] (#26420)
* add arm-osx and arm-linux support

* update version
2022-09-02 11:06:04 -07:00

37 lines
782 B
JSON

{
"name": "tesseract",
"version": "5.2.0",
"port-version": 2,
"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": [
"curl",
"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"
]
}
}
}