python-tesserocr 2.6.0-1build2 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 18:00:09 +0000

Upload details

Uploaded by:
Graham Inggs
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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-tesserocr_2.6.0.orig.tar.gz 57.3 KiB 77430d272b53dacd3bdd4af5d563fdc24ae51b86fdbc9cf2e8146f29c7abc9a4
python-tesserocr_2.6.0-1build2.debian.tar.xz 4.7 KiB f13e20a8ed529e63bb86f33307a3f5cc5c1403360251a1bc24679670ee889c03
python-tesserocr_2.6.0-1build2.dsc 2.3 KiB 3ac306e26d326c8db2662fd9dbff23330b393aaefebf1a6f914817db50129cb7

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