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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: gscan2pdf
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: fonts-noto-extra,
gettext,
ghostscript,
gsfonts,
imagemagick,
graphicsmagick,
libatk-adaptor,
libconfig-general-perl (>= 2.40),
libdate-calc-perl,
libgoocanvas2-perl,
libgtk3-imageview-perl,
libgtk3-simplelist-perl,
libhtml-parser-perl,
libimage-magick-perl,
libimage-sane-perl,
libipc-system-simple-perl,
liblocale-codes-perl (>= 3.60),
liblocale-gettext-perl (>= 1.05),
liblog-log4perl-perl,
liblist-moreutils-perl,
libossp-uuid-perl | libdata-uuid-perl,
libpdf-builder-perl,
libproc-processtable-perl,
libreadonly-perl,
librsvg2-common,
libset-intspan-perl (>= 1.10),
libsub-override-perl,
libtest-pod-perl,
libtiff-tools,
libtry-tiny-perl,
perl (>= 5.8.0-7),
poppler-utils,
sane-utils (>= 1.0.17),
xauth,
xfonts-base,
xvfb
Maintainer: Jeffrey Ratcliffe <jjr@debian.org>
Standards-Version: 4.5.1
Vcs-Git: https://git.code.sf.net/p/gscan2pdf/code
Vcs-Browser: https://sourceforge.net/p/gscan2pdf/code/ci/master/tree/
Homepage: http://gscan2pdf.sourceforge.net/
Rules-Requires-Root: no
Package: gscan2pdf
Architecture: all
Depends: imagemagick,
libgoocanvas2-perl,
libconfig-general-perl (>= 2.40),
libdate-calc-perl,
libfilesys-df-perl,
libgtk3-perl (>= 0.028),
libgtk3-imageview-perl,
libgtk3-simplelist-perl,
libhtml-parser-perl,
libimage-magick-perl,
libimage-sane-perl,
liblist-moreutils-perl,
liblocale-codes-perl (>= 3.60),
liblocale-gettext-perl (>= 1.05),
liblog-log4perl-perl,
libossp-uuid-perl | libdata-uuid-perl,
libpdf-builder-perl,
libproc-processtable-perl,
libreadonly-perl,
librsvg2-common,
libset-intspan-perl (>= 1.10),
libtiff-tools,
libtry-tiny-perl,
sane-utils (>= 1.0.17),
${misc:Depends}
Recommends: xdg-utils,
djvulibre-bin,
pdftk,
unpaper,
tesseract-ocr | gocr | cuneiform
Description: GUI to produce PDFs or DjVus from scanned documents
Only five clicks are required to scan several pages and then save all or a
selection as a PDF or DjVu file, including metadata if required.
.
gscan2pdf can control flatbed or sheet-fed (ADF) scanners with SANE via
libimage-sane-perl, scanimage or scanadf, and can scan multiple
pages at once. It presents a thumbnail view of scanned pages, and permits
simple operations such as cropping, rotating and deleting pages.
.
OCR can be used to recognise text in the scans, and the output
embedded in the PDF or DjVu.
.
PDF conversion is done by PDF::Builder.
.
The resulting document may be saved as a PDF, DjVu, multipage TIFF file, or
single page image file.
|