File: control

package info (click to toggle)
pdfsandwich 0.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 188 kB
  • sloc: ml: 946; sh: 318; makefile: 142; perl: 110
file content (33 lines) | stat: -rw-r--r-- 1,249 bytes parent folder | download
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
Source: pdfsandwich
Section: text
Priority: optional
Maintainer: Tobias Frost <tobi@debian.org>
Build-Depends: debhelper-compat (= 12), ocaml-nox, txt2man
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://www.tobias-elze.de/pdfsandwich/index.html
VCS-Git: https://salsa.debian.org/debian/pdfsandwich.git
VCS-Browser: https://salsa.debian.org/debian/pdfsandwich

Package: pdfsandwich
Architecture: any
Depends: exactimage,
         ghostscript,
         imagemagick,
         tesseract-ocr (>=3.00),
         poppler-utils,
         unpaper,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Tool to generate "sandwich" OCR pdf files
 pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which contain
 only images (no text) will be processed by optical character recognition (OCR)
 and the text will be added to each page invisibly "behind" the images.
 pdfsandwich is a command line tool which is supposed to be useful to 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, unpaper, gs (only for psd resizing), hocr2pdf (for
 tesseract < 3.03), and tesseract.