How to Install and Uninstall python3-tesserocr Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-tesserocr" package

This guide covers the steps necessary to install python3-tesserocr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tesserocr

2. Uninstall "python3-tesserocr" package

This is a short guide on how to uninstall python3-tesserocr on openSUSE Leap:

$ sudo zypper remove python3-tesserocr

3. Information about the python3-tesserocr package on openSUSE Leap

Information for package python3-tesserocr:
------------------------------------------
Repository : Main Repository
Name : python3-tesserocr
Version : 2.6.0-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 456.8 KiB
Installed : No
Status : not installed
Source package : python-tesserocr-2.6.0-bp155.1.5.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.