How to Install and Uninstall python3-pdfminer.six Package on openSUSE Leap

Last updated: July 04,2024

1. Install "python3-pdfminer.six" package

Please follow the guidelines below to install python3-pdfminer.six on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pdfminer.six

2. Uninstall "python3-pdfminer.six" package

In this section, we are going to explain the necessary steps to uninstall python3-pdfminer.six on openSUSE Leap:

$ sudo zypper remove python3-pdfminer.six

3. Information about the python3-pdfminer.six package on openSUSE Leap

Information for package python3-pdfminer.six:
---------------------------------------------
Repository : Main Repository
Name : python3-pdfminer.six
Version : 20200124-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 7.5 MiB
Installed : No
Status : not installed
Source package : python-pdfminer.six-20200124-bp155.2.12.src
Upstream URL : https://github.com/pdfminer/pdfminer.six
Summary : PDF parser and analyzer
Description :
Fork of PDFMiner using six for Python3 compatibility.
PDFMiner is a tool for extracting information from PDF documents.
Unlike other PDF-related tools, it focuses entirely on getting
and analyzing text data. PDFMiner allows to obtain the exact
location of texts 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 instead
of text analysis.