python-tesserocr 2.6.0-1build1 source package in Ubuntu

Changelog

python-tesserocr (2.6.0-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:27:44 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python 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.6.0.orig.tar.gz 57.3 KiB 77430d272b53dacd3bdd4af5d563fdc24ae51b86fdbc9cf2e8146f29c7abc9a4
python-tesserocr_2.6.0-1build1.debian.tar.xz 4.7 KiB bed86166d49f75695d4647adae37eaaabfc38f4802c2d09f11463ff7baa0ea41
python-tesserocr_2.6.0-1build1.dsc 2.3 KiB f80e969a912f7a314fe7af8d8b0e4bfe5633f85757a87c98b9d8695f36e2959b

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