How to Install and Uninstall python312-tesserocr Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "python312-tesserocr" package

Please follow the step by step instructions below to install python312-tesserocr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-tesserocr

2. Uninstall "python312-tesserocr" package

In this section, we are going to explain the necessary steps to uninstall python312-tesserocr on openSuSE Tumbleweed:

$ sudo zypper remove python312-tesserocr

3. Information about the python312-tesserocr package on openSuSE Tumbleweed

Information for package python312-tesserocr:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-tesserocr
Version : 2.6.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 566.7 KiB
Installed : No
Status : not installed
Source package : python-tesserocr-2.6.2-1.2.src
Upstream URL : https://github.com/sirfz/tesserocr
Summary : A Python wrapper around tesseract-ocr
Description :
A wrapper around the tesseract-ocr API for Optical Character
Recognition (OCR).
tesserocr integrates directly with Tesseract's C++ API using Cython
which allows for Pythonic source code. It enables real concurrent
execution when used with Python's threading module by releasing the
GIL while processing an image in tesseract.