How to Install and Uninstall python3-pytesseract Package on openSUSE Leap
Last updated: November 08,2024
1. Install "python3-pytesseract" package
This tutorial shows how to install python3-pytesseract on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-pytesseract
Copied
2. Uninstall "python3-pytesseract" package
This guide covers the steps necessary to uninstall python3-pytesseract on openSUSE Leap:
$
sudo zypper remove
python3-pytesseract
Copied
3. Information about the python3-pytesseract package on openSUSE Leap
Information for package python3-pytesseract:
--------------------------------------------
Repository : Main Repository
Name : python3-pytesseract
Version : 0.3.10-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 80.5 KiB
Installed : No
Status : not installed
Source package : python-pytesseract-0.3.10-bp155.1.5.src
Upstream URL : https://github.com/madmaze/python-tesseract
Summary : Python wrapper for Google's Tesseract-OCR
Description :
Python-tesseract is an optical character recognition (OCR) tool for Python,
that is, it will recognize and "read" the text embedded in images.
Python-tesseract is a wrapper for Google's Tesseract-OCR Engine. It can be used
as a stand-alone invocation script to tesseract, as it can read all image types
supported by the Python Imaging Library, including JPEG, PNG, GIF, BMP, TIFF,
and others, whereas tesseract-ocr, by default, only supports TIFF and BMP.
Additionally, if used as a script, python-tesseract will print the recognized
text instead of writing it to a file. There is no support for confidence estimates and
bounding box data is planned for future releases.
--------------------------------------------
Repository : Main Repository
Name : python3-pytesseract
Version : 0.3.10-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 80.5 KiB
Installed : No
Status : not installed
Source package : python-pytesseract-0.3.10-bp155.1.5.src
Upstream URL : https://github.com/madmaze/python-tesseract
Summary : Python wrapper for Google's Tesseract-OCR
Description :
Python-tesseract is an optical character recognition (OCR) tool for Python,
that is, it will recognize and "read" the text embedded in images.
Python-tesseract is a wrapper for Google's Tesseract-OCR Engine. It can be used
as a stand-alone invocation script to tesseract, as it can read all image types
supported by the Python Imaging Library, including JPEG, PNG, GIF, BMP, TIFF,
and others, whereas tesseract-ocr, by default, only supports TIFF and BMP.
Additionally, if used as a script, python-tesseract will print the recognized
text instead of writing it to a file. There is no support for confidence estimates and
bounding box data is planned for future releases.