mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 21:57:33 -08:00
It defaults to tesseract anyway, and cuneiform hasn't been maintained since 2011 and generally doesn't build. Unlikely anyone has any desire to use it. Upstream only continues to support cuneiform at all because they want to "exercise the code" with regard to its support for multiple runtime-switchable backends. cuneiform is being last-rited. In the unlikely event someone was using it, they will be warned to uninstall it and install tesseract instead by the mask. If they really don't want to, they can ignore the mask *and* the pyocr rebuild. In the event that people were using tesseract, they are perfectly fine anyway and don't need to rebuild (but changed-deps and changed-use will both try to rebuild). No revbump. Bug: https://bugs.gentoo.org/937994 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
23 lines
996 B
XML
23 lines
996 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>voyageur@gentoo.org</email>
|
|
<name>Bernard Cafarelli</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Pyocr is an optical character recognition (OCR) tool wrapper for python. That is, it helps using OCR tools from a Python program.
|
|
|
|
It has been tested only on GNU/Linux systems. It should also work on similar systems (*BSD, etc). It doesn't work on Windows, MacOSX, etc.
|
|
|
|
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.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">pyocr</remote-id>
|
|
<remote-id type="gnome-gitlab">World/OpenPaperwork/pyocr</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|