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
|
Source: pdfminer
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Daniele Tricoli <eriol@debian.org>,
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
debhelper-compat (= 13),
dh-python,
docbook-xml,
docbook-xsl,
libxml2-utils,
python3-all,
python3-charset-normalizer,
python3-cryptography,
python3-pytest,
python3-setuptools,
rename,
xsltproc,
Standards-Version: 4.6.2.0
Homepage: https://github.com/pdfminer/pdfminer.six
Vcs-Git: https://salsa.debian.org/python-team/packages/pdfminer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pdfminer
Package: python3-pdfminer
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
python3-charset-normalizer,
python3-cryptography,
Suggests:
pdfminer-data,
python3-pil,
Description: PDF parser and analyser (Python3)
PDFMiner is a tool for extracting information from PDF documents, which
focuses entirely on getting and analyzing text data. It allows one to obtain
the exact location of text portions in a page, as well as other information
such as fonts or lines. It includes a PDF converter that can transform PDF
files into other text formats (such as HTML). It has an extensible PDF parser
that can be used for other purposes than text analysis.
.
This package provides the Python3 module and the command-line tools: pdf2txt,
dumppdf and latin2ascii.
Package: pdfminer-data
Architecture: all
Depends: ${misc:Depends}
Recommends: python3-pdfminer
Multi-Arch: foreign
Description: PDF parser and analyser (encoding data)
PDFMiner is a tool for extracting information from PDF documents, which
focuses entirely on getting and analyzing text data.
.
This package contains the encoding data needed to read some PDF documents in
CJK (Chinese, Japanese, Korean) languages.
|