python-tesserocr 2.6.0-1 source package in Ubuntu

Changelog

python-tesserocr (2.6.0-1) unstable; urgency=medium

  * New upstream version 2.6.0
  * Bump Standards-Version to 4.6.2.
  * Update d/copyright with new years.
  * Remove unused debian/source/include-binaries.
  * Build using pybuild-plugin-pyproject.

 -- Michael Fladischer <email address hidden>  Wed, 21 Jun 2023 09:02:07 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
python-tesserocr_2.6.0-1.dsc 1.9 KiB ccc10fb9c0e2307d72a67c748af424932471e9030b20c05c88394d86e701afcd
python-tesserocr_2.6.0.orig.tar.gz 57.3 KiB 77430d272b53dacd3bdd4af5d563fdc24ae51b86fdbc9cf2e8146f29c7abc9a4
python-tesserocr_2.6.0-1.debian.tar.xz 4.6 KiB 2e36096a16b54827bae4e5c1602de25aeadbc235f058d47ee29be4f17e75ba63

No changes file available.

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