blob: 11efc58d96e352dcabec02a915c49d22b4cd1f44 (
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
|
pkgbase = ocrmypdf
pkgdesc = A tool to add an OCR text layer to scanned PDF files, allowing them to be searched
pkgver = 16.8.0
pkgrel = 1
url = https://github.com/ocrmypdf/OCRmyPDF
install = ocrmypdf.install
arch = any
license = MPL2
makedepends = python-hatch-vcs
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.9
depends = img2pdf
depends = python-pillow
depends = tesseract
depends = ghostscript
depends = unpaper
depends = pngquant
depends = python-pikepdf
depends = python-reportlab
depends = python-pdfminer
depends = python-tqdm
depends = python-pluggy
depends = python-rich
depends = python-importlib_resources
depends = python-packaging
depends = python-deprecation
optdepends = jbig2enc: Better compression algorithm; results in smaller PDF files
source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-16.8.0.tar.gz
sha256sums = 007f2c536415ff570d43aabc01996578d3d07f277c585be446da771aff6d9a48
pkgname = ocrmypdf
|