Name: | python2-pdfminer |
---|---|
Version: | 20160614 |
Release: | 6.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 8180493 |
License: | MIT and Public Domain and APAFML and BSD |
RPM: | python2-pdfminer-20160614-6.el7.noarch.rpm |
Source RPM: | python-pdfminer-20160614-6.el7.src.rpm |
Build Date: | Wed Oct 27 2021 |
Build Host: | build-ol7-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pdfminer/pdfminer.six |
Summary: | Tool for extracting information from PDF documents |
Description: | Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device that uses the power of pdfminer.six for other purposes than text analysis. Check out the full documentation on Read the Docs (https://pdfminersix.readthedocs.io/). Features: • Written entirely in Python. • Parse, analyze, and convert PDF documents. • PDF-1.7 specification support. (well, almost). • CJK languages and vertical writing scripts support. • Various font types (Type1, TrueType, Type3, and CID) support. • Support for extracting images (JPG, JBIG2, Bitmaps). • Support for various compressions (ASCIIHexDecode, ASCII85Decode, LZWDecode, FlateDecode, RunLengthDecode, CCITTFaxDecode) • Support for RC4 and AES encryption. • Support for AcroForm interactive form extraction. • Table of contents extraction. • Tagged contents extraction. • Automatic layout analysis. |
- General packaging improvements - Add a -doc subpackage - Add a python3.4 (python3_other) version - Add man pages for command-line tools - Build with adobe-mappings-cmap instead of cmap-resources - Improved summary/descriptions - Filter questionably-licensed sampled PDFs from source tarball - Correct License from “MIT” to “MIT and Public Domain and APAFML and BSD”
- Rebuilt to change main python from 3.4 to 3.6
- Add missing Requires on python-six, python-chardet. - Rename python34 subpackage to python34-pdfminer, which is what it should have been initially.
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
- I forgot to actually apply the patch to remove chbangs from library files. Apply said patch.
- Update to latest upstream version of package. - Use local version of patch.
- Added a patch to remove the chbangs from all library files. - Write correct sed command to make python3 scripts run with python3.
- Through the use of some gratuitious sed, the python2 package only depends on /usr/bin/python2. - The python3 version is still a little weird; it pulls in /usr/bin/python and I'm not sure why. - Also, make the python 3 scripts be the default ones.
- Update to latest upstream release.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild