Source: scantpaper
Section: utils
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               python3-pip,
               python3-wheel
Build-Depends-Indep: fonts-noto-extra,
                     gettext,
                     ghostscript,
                     gir1.2-gtk-3.0,
                     gir1.2-goocanvas-2.0,
                     gsfonts,
                     help2man,
                     imagemagick,
                     librsvg2-common,
                     libtiff-tools,
                     ocrmypdf (>= 15.4.3),
                     python3-gi,
                     python3-gi-cairo,
                     python3-iso639,
                     python3-sane,
                     python3-tesserocr,
                     python3-polib,
                     python3-pytest-black,
                     python3-pytest-cov,
                     python3-pytest-mock,
                     python3-pytest-pylint,
                     python3-pytest-timeout,
                     python3-pytest-xvfb,
                     sane-utils (>= 1.0.17),
                     xauth,
                     xfonts-base
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jeffrey Ratcliffe <jffry@posteo.net>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/python-team/packages/scantpaper.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/scantpaper
Homepage: https://github.com/carygravel/scantpaper

Package: scantpaper
Architecture: all
Depends: imagemagick,
         file,
         gir1.2-gtk-3.0,
         gir1.2-goocanvas-2.0,
         librsvg2-common,
         libtiff-tools,
         ocrmypdf (>= 15.4.3),
         poppler-utils,
         python3-sane,
         python3-gi,
         python3-gi-cairo,
         python3-iso639,
         python3-tesserocr,
         sane-utils (>= 1.0.17),
         ${misc:Depends},
         ${python3:Depends}
Recommends: djvulibre-bin,
            tesseract-ocr,
            unpaper,
            xdg-utils
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.
 .
 scantpaper can control flatbed or sheet-fed (ADF) scanners with SANE, 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.
 .
 The resulting document may be saved as a PDF, DjVu, multipage TIFF file, or
 single page image file.
 .
 PDF conversion is done by ocrmypdf.
