summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrys2022-01-13 11:58:14 +0100
committerChrys2022-01-13 11:58:14 +0100
commit1de062ae725ea8b86598e6c99f9eaceeca3ecaa5 (patch)
treec612c0f60f4131e9e3a18845a156702df055d21d
parent1ee7cda50e0d5c8f55e8ee5030b68e17980d5e9b (diff)
downloadaur-1de062ae725ea8b86598e6c99f9eaceeca3ecaa5.tar.gz
add pdf2image
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a714d5b8922..e8d93d288739 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = ocrdesktop-git
depends = python-scipy
depends = python-pytesseract
depends = tesseract-data-eng
+ depends = python-pdf2image
provides = ocrdesktop
conflicts = ocrdesktop
source = git+https://github.com/chrys87/ocrdesktop.git
diff --git a/PKGBUILD b/PKGBUILD
index 06265eb96033..4640e7b89f6f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="OCR the current window or desktop and make it browsable for the user (d
arch=('any')
url="http://www.crivatec.de"
license=('GPL')
-depends=('libwnck3' 'python-atspi' 'python-pillow' 'python-webcolors' 'python-scipy' 'python-pytesseract' 'tesseract-data-eng')
+depends=('libwnck3' 'python-atspi' 'python-pillow' 'python-webcolors' 'python-scipy' 'python-pytesseract' 'tesseract-data-eng' 'python-pdf2image')
makedepends=('git')
source=("git+https://github.com/chrys87/ocrdesktop.git")
install='ocrdesktop.install'