Sat, 18 May 2024 10:31:52 UTC | login

Information for build python-pdfminer-20221105-9.fc40

ID261491
Package Namepython-pdfminer
Version20221105
Release9.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
StartedTue, 31 Oct 2023 15:06:32 UTC
CompletedTue, 31 Oct 2023 15:06:32 UTC
Tags
f40
RPMs
src
python-pdfminer-20221105-9.fc40.src.rpm (info) (download)
noarch
python-pdfminer-doc-20221105-9.fc40.noarch.rpm (info) (download)
python3-pdfminer-20221105-9.fc40.noarch.rpm (info) (download)
python3-pdfminer+image-20221105-9.fc40.noarch.rpm (info) (download)
Changelog * 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) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20211012-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Nov 27 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 20211012-4 - Reduce LaTeX PDF build verbosity * Mon Nov 22 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 20211012-3 - Minor spec file style changes