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
|
{
"name": "libmupdf",
"version": "1.26.10",
"description": "A lightweight PDF, XPS, and E-book library",
"homepage": "https://mupdf.com/core",
"documentation": "https://mupdf.readthedocs.io/",
"license": "AGPL-3.0-only",
"dependencies": [
"freetype",
"gumbo",
"harfbuzz",
"jbig2dec",
"libjpeg-turbo",
{
"name": "libmupdf",
"host": true
},
"openjpeg",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"ocr": {
"description": "Enable OCR support",
"dependencies": [
"leptonica",
"tesseract"
]
}
}
}
|