summaryrefslogtreecommitdiff
path: root/dev-python/pyocr/metadata.xml
blob: e0d0deb8beaa8d2630ebc550b93e9d5187c1be39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <origin>srcux</origin>
</pkgmetadata>