python-tesserocr 2.5.2-1build1 source package in Ubuntu

Changelog

python-tesserocr (2.5.2-1build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 23:14:44 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
python-tesserocr_2.5.2.orig.tar.gz 56.1 KiB 9371dd3f6fe3238039c73bfe15bcaf21389f7e75f62bd530a30110149f39b2ae
python-tesserocr_2.5.2-1build1.debian.tar.xz 4.3 KiB 60212b5044949584aa578753b06c0055dbb09a8ff9bb61a9cdaa240a7e92b106
python-tesserocr_2.5.2-1build1.dsc 2.2 KiB 7d310865d47c8166f34ef0ceb58e480c30447bcf5f9f5d0f5e9aa8c649f0db4c

View changes file

Binary packages built by this source

python3-tesserocr: 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.

python3-tesserocr-dbgsym: debug symbols for python3-tesserocr