aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tesseract/vcpkg.json
blob: 7cea01aef3727d2a898f4321e020603feb0438a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "tesseract",
  "version": "5.5.1",
  "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": "cpu-features",
      "platform": "android"
    },
    {
      "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"
      ]
    }
  }
}