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

Last updated: May 18,2024

1. Install "python3-pyocr" package

This guide let you learn how to install python3-pyocr on Kali Linux

$ sudo apt update $ sudo apt install python3-pyocr

2. Uninstall "python3-pyocr" package

This guide let you learn how to uninstall python3-pyocr on Kali Linux:

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

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

Package: python3-pyocr
Source: python-pyocr
Version: 0.8.5-2
Installed-Size: 115
Maintainer: Thomas Perret
Architecture: all
Depends: python3-pil, python3:any
Recommends: tesseract-ocr | cuneiform
Size: 25868
SHA256: 1501b9947a78d8bfcde0d4805f0b59d4c64280280edfbedd7ec12ed5833447c5
SHA1: 0b6534d44748ef25a0198cbf457173004b9e8965
MD5sum: 771e30784a80a26db656155da91d5a3a
Description: Python wrapper for OCR engines (Python 3)
PyOCR is an optical character recognition (OCR) tool wrapper for
Python. That is, it helps using OCR tools from a Python program.
.
PyOCR can be used as a wrapper for google's Tesseract-OCR or
Cuneiform. It can read all image types supported by Pillow, including
jpeg, png, gif, bmp, tiff, and others. It also support bounding box
data.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://gitlab.gnome.org/World/OpenPaperwork/pyocr
Section: python
Priority: optional
Filename: pool/main/p/python-pyocr/python3-pyocr_0.8.5-2_all.deb