mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 02:18:59 +08:00
27 lines
636 B
JSON
27 lines
636 B
JSON
|
{
|
||
|
"name": "tesseract",
|
||
|
"version": "4.1.1",
|
||
|
"port-version": 8,
|
||
|
"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",
|
||
|
"supports": "!(windows & (arm | arm64))",
|
||
|
"dependencies": [
|
||
|
"leptonica",
|
||
|
"libarchive"
|
||
|
],
|
||
|
"features": {
|
||
|
"cpu-independed": {
|
||
|
"description": "build on any cpu extension commands support"
|
||
|
},
|
||
|
"training-tools": {
|
||
|
"description": "build training tools",
|
||
|
"dependencies": [
|
||
|
"cairo",
|
||
|
"fontconfig",
|
||
|
"icu",
|
||
|
"pango"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|