How to Install and Uninstall python3-tesserocr Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-tesserocr" package

Here is a brief guide to show you how to install python3-tesserocr on Kali Linux

$ sudo apt update $ sudo apt install python3-tesserocr

2. Uninstall "python3-tesserocr" package

Please follow the guidance below to uninstall python3-tesserocr on Kali Linux:

$ sudo apt remove python3-tesserocr $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-tesserocr package on Kali Linux

Package: python3-tesserocr
Source: python-tesserocr (2.6.0-1)
Version: 2.6.0-1+b1
Installed-Size: 830
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.14), libgcc-s1 (>= 3.0), liblept5, libstdc++6 (>= 11), libtesseract5 (>= 5.3.3)
Size: 190372
SHA256: 6e58b207d3224743af078e7b4e65ba10290da81edb5329b6d64508487065853c
SHA1: cdea78e033e48f5b8c75897084853623db23771b
MD5sum: 9531eb8d6f33ffc5e8a85e1d8b37111b
Description: Python wrapper for the tesseract-ocr API (Python3 version)
A simple, Pillow-friendly, wrapper around the tesseract-ocr API for Optical
Character Recognition (OCR).
.
tesserocr integrates directly with Tesseract's C++ API using Cython which
allows for a simple Pythonic and easy-to-read source code. It enables real
concurrent execution when used with Python's threading module by releasing the
GIL while processing an image in tesseract.
.
tesserocr is designed to be Pillow-friendly but can also be used with image
files instead.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/sirfz/tesserocr/
Section: python
Priority: optional
Filename: pool/main/p/python-tesserocr/python3-tesserocr_2.6.0-1+b1_amd64.deb