Files
gentoo/dev-python/pytesseract/metadata.xml
Alfredo Tupone 6f71c48cc3 dev-python/pytesseract: add pytesseract
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2022-05-06 12:25:28 +02:00

24 lines
928 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
<longdescription lang="en">
Python-tesseract is an optical character recognition (OCR) tool for
python.
That is, it will recognize and "read" the text embedded in images.
Python-tesseract is a wrapper for Google's Tesseract-OCR Engine.
It is also useful as a stand-alone invocation script to tesseract, as
it can read all image types supported by the Pillow and Leptonica
imaging libraries, including jpeg, png, gif, bmp, tiff, and others.
Additionally, if used as a script, Python-tesseract will print the
recognized text instead of writing it to a file.
</longdescription>
<upstream>
<remote-id type="github">madmaze/pytesseract</remote-id>
</upstream>
</pkgmetadata>