early-access version 2853
This commit is contained in:
34
externals/vcpkg/ports/tesseract/vcpkg.json
vendored
Executable file
34
externals/vcpkg/ports/tesseract/vcpkg.json
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "tesseract",
|
||||
"version": "4.1.1",
|
||||
"port-version": 10,
|
||||
"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": "!arm",
|
||||
"dependencies": [
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user