app-text/pdfsandwich: fix dependency and full description
authorAlfredo Tupone <tupone@gentoo.org>
Fri, 22 May 2020 13:02:10 +0000 (15:02 +0200)
committerAlfredo Tupone <tupone@gentoo.org>
Fri, 22 May 2020 13:02:10 +0000 (15:02 +0200)
Closes: https://bugs.gentoo.org/611532
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
app-text/pdfsandwich/metadata.xml
app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild

index 36a3f02460662691a15c1dba7e452f18e178403b..fce36805a6fc45aca6f572e75eb0a34e80b2ad10 100644 (file)
@@ -16,8 +16,7 @@ OCR scanned books or journals. It is able to recognize the page layout
 even for multicolumn text.
 
 Essentially, pdfsandwich is a wrapper script which calls the following
-binaries: convert, cuneiform, gs, and hocr2pdf. It is known to run on
-Unix systems and has been tested on Linux and MacOS X. It supports
+binaries: unpaper, convert, gs, and tesseract. It supports
 parallel processing on multiprocessor systems.
 </longdescription>
        <upstream>
index 23eef187cf770efedc9d5833453a6035fa3a08e3..c42e8230671316b8e8672565e49ae2f2dab69fb5 100644 (file)
@@ -12,10 +12,11 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="png"
 
-RDEPEND=">=app-text/tesseract-3.00
+RDEPEND="app-text/tesseract
        media-gfx/exact-image
        app-text/unpaper
        app-text/ghostscript-gpl
+       app-text/poppler
        virtual/imagemagick-tools[png?]"
 DEPEND="sys-apps/gawk
        >=dev-lang/ocaml-3.10[ocamlopt]"