python-tesserocr 2.7.0-1 source package in Ubuntu

Changelog

python-tesserocr (2.7.0-1) unstable; urgency=low

  * New upstream version 2.7.0
  * Refresh patches.
  * Use dh-sequence-python3.
  * Bump Standards-Version to 4.7.0.
  * Update year in d/copyright.
  * Clean up tesserocr/tesserocr.cpp to allow two builds in a row.

 -- Michael Fladischer <email address hidden>  Sat, 20 Jul 2024 15:35:08 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-tesserocr_2.7.0-1.dsc 1.9 KiB c4c37117147af12a1ddc3c26cfeada9f1cfc1643f4f14db7934d0e3eacc206b0
python-tesserocr_2.7.0.orig.tar.gz 70.1 KiB 45c093630337d01a6a8f977a246ad6d732eb11f2e072bb226d59ad3d24781c99
python-tesserocr_2.7.0-1.debian.tar.xz 4.7 KiB 32d15fb2f852feb5fdc35baf8c84bec65410ab99166984d726956bb1f47437d5

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