pdfminer 20181108+dfsg-3 source package in Ubuntu

Changelog

pdfminer (20181108+dfsg-3) unstable; urgency=medium

  * debian/patches/0002-Remove-dependency-on-pycryptodome.patch
    - pycryptodome is not actually required: all the Crypto imports are inside
      a try/except and an implementation of ARC4 is provided by pdfminer
      itself. (Closes: #919008) Many thanks to Sean Whitton for the report.

 -- Daniele Tricoli <email address hidden>  Sat, 12 Jan 2019 23:15:32 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pdfminer_20181108+dfsg-3.dsc 2.5 KiB caed081136534ba65a041f5044395b3dcf2d934316991b75201bc288a5e0c2f0
pdfminer_20181108+dfsg.orig.tar.xz 4.8 MiB b7ebeb6f5f66f696b8c440aad3fbe18741a60b5e9bad544cd2962cc4119cc50b
pdfminer_20181108+dfsg-3.debian.tar.xz 10.8 KiB 977198d220f4280997765196fde5bd1b41ce97c6f80a2168bf5505b3c0d06235

Available diffs

No changes file available.

Binary packages built by this source

pdfminer-data: 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.

python-pdfminer: No summary available for python-pdfminer in ubuntu focal.

No description available for python-pdfminer in ubuntu focal.

python3-pdfminer: 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.