blob: 685270a75ca73244c3cab24c07967ec720c6d86a (
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
|
pkgbase = pdfapps
pkgdesc = Fast, offline, subscription-free PDF editor with 13 built-in tools
pkgver = 1.13.9
pkgrel = 1
url = https://nelsonduarte.github.io/PDFApps/
arch = any
license = MIT
depends = python>=3.10
depends = pyside6
depends = python-pypdf
depends = python-pymupdf
depends = python-pillow
depends = python-pytesseract
depends = python-docx
depends = python-qtawesome
depends = python-cryptography
depends = hicolor-icon-theme
optdepends = tesseract: OCR text recognition
optdepends = tesseract-data-eng: English OCR
optdepends = tesseract-data-por: Portuguese OCR
optdepends = tesseract-data-spa: Spanish OCR
optdepends = tesseract-data-fra: French OCR
optdepends = tesseract-data-deu: German OCR
optdepends = ghostscript: advanced PDF compression
source = pdfapps-1.13.9.tar.gz::https://github.com/nelsonduarte/PDFApps/archive/refs/tags/v1.13.9.tar.gz
sha256sums = 5818c85e0f572979a7c89bf57f487a397595bb303d4693e0187f36987959fbce
pkgname = pdfapps
|