Tue, 18 Jun 2024 04:21:50 UTC | login

Information for build python-pdfminer-20231228-3.fc40

ID292217
Package Namepython-pdfminer
Version20231228
Release3.fc40
Epoch
SummaryTool for extracting information from PDF documents
DescriptionPdfminer.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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 09:52:10 UTC
CompletedThu, 29 Feb 2024 09:52:10 UTC
Tags
f40
f41
RPMs
src
python-pdfminer-20231228-3.fc40.src.rpm (info) (download)
noarch
python-pdfminer-doc-20231228-3.fc40.noarch.rpm (info) (download)
python3-pdfminer-20231228-3.fc40.noarch.rpm (info) (download)
python3-pdfminer+image-20231228-3.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20231228-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20231228-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Dec 29 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20231228-1 - Update to 20231228 (close RHBZ#2256142) * Mon Dec 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20221105-11 - Assert that %pyproject_files contains a license file - Copy the pyHanko license so it ends up in dist-info * Sun Oct 29 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20221105-9 - Break a long line in the spec file * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20221105-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20221105-7 - When PDF docs are disabled, omit the -doc subpackage - Do not package CONTRIBUTING.md, which is about interacting with upstream * Fri Jul 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20221105-6 - Use new (rpm 4.17.1+) bcond style * Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 20221105-5 - Rebuilt for Python 3.12 * Sat Mar 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20221105-4 - Don’t assume %_smp_mflags is -j%_smp_build_ncpus * Tue Mar 14 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20221105-3 - Document that public-domain license text was added to fedora-license-data * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20221105-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20221105-1 - Update to 20221105 (close RHBZ#2140331) * Tue Nov 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220524-5 - Update License to SPDX * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20220524-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jul 09 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220524-3 - Fix extra newline in description * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 20220524-2 - Rebuilt for Python 3.11 * Thu May 26 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220524-1 - Update to 20220524 (close RHBZ#2089917) * Sun May 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220506-2 - Replace sed-patch with upstream PR#755 * Sat May 07 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220506-1 - Update to 20220506 (close RHBZ#2082716) * Mon Mar 21 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220319-2 - Generate BR for “image” extra even when docs are disabled * Sun Mar 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220319-1 - Update to 20220319 (close RHBZ#2065998)