python-pyocr 0.8.1-1 source package in Ubuntu

Changelog

python-pyocr (0.8.1-1) unstable; urgency=medium

  * New upstream version 0.8.1
  * debian/control:
    + remove setuptools-scm from Build-Depends
    + dumps Standards-Version to 4.6.0.1 (no changes needed)
  * debian/rules: disable setuptools-scm mechanism
  * debian/copyright: update copyright years

 -- Thomas Perret <email address hidden>  Wed, 22 Dec 2021 17:48:05 +0100

Upload details

Uploaded by:
Thomas Perret
Uploaded to:
Sid
Original maintainer:
Thomas Perret
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyocr_0.8.1-1.dsc 2.0 KiB 19a33faa8d4ff03edaf09dcb74283dca644fd45f9c82fee9b921e964c8949cf2
python-pyocr_0.8.1.orig.tar.gz 63.5 KiB 7d350805b7e2819ffe50cc63076abc5e3d90b106bcc74da301f510f5632b8a1b
python-pyocr_0.8.1-1.debian.tar.xz 4.3 KiB 9cd0498a199246e1c164f17e4c6cf122015b607dab517c0311180ae71c84ece8

Available diffs

No changes file available.

Binary packages built by this source

python3-pyocr: Python wrapper for OCR engines (Python 3)

 PyOCR is an optical character recognition (OCR) tool wrapper for
 Python. That is, it helps using OCR tools from a Python program.
 .
 PyOCR can be used as a wrapper for google's Tesseract-OCR or
 Cuneiform. It can read all image types supported by Pillow, including
 jpeg, png, gif, bmp, tiff, and others. It also support bounding box
 data.
 .
 This is the Python 3 version of the package.