python-tesserocr 2.5.0-1build5 source package in Ubuntu

Changelog

python-tesserocr (2.5.0-1build5) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sun, 17 Oct 2021 12:21:54 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-tesserocr_2.5.0.orig.tar.gz 53.2 KiB 3bca978dae9e03a327414d3da86954a943233a5169e25aaef14cddbb791d435a
python-tesserocr_2.5.0-1build5.debian.tar.xz 5.0 KiB 9985fd52a67812f443c36ac3b469f30c990ab1d886df65d2f7392c8d98b0b0c6
python-tesserocr_2.5.0-1build5.dsc 2.2 KiB 0a133300b45c8b5c7945cd07a42b7963de4321dd54d148a4295a679bfa7a7423

Available diffs

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