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

Last updated: October 06,2024

1. Install "python2-tesserocr" package

Please follow the step by step instructions below to install python2-tesserocr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-tesserocr

2. Uninstall "python2-tesserocr" package

Please follow the instructions below to uninstall python2-tesserocr on openSUSE Leap:

$ sudo zypper remove python2-tesserocr

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

Information for package python2-tesserocr:
------------------------------------------
Repository : Main Repository
Name : python2-tesserocr
Version : 2.5.1-bp153.1.22
Arch : x86_64
Vendor : openSUSE
Installed Size : 525,7 KiB
Installed : No
Status : not installed
Source package : python-tesserocr-2.5.1-bp153.1.22.src
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.