summaryrefslogtreecommitdiff
blob: 5d6b217bc6ddf7d7867bd25a6f5b0b10ffb169e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>voyageur@gentoo.org</email>
    <name>Bernard Cafarelli</name>
  </maintainer>
  <maintainer type="person">
    <email>chutzpah@gentoo.org</email>
    <name>Patrick McLean</name>
  </maintainer>
  <longdescription lang="en">A commercial quality OCR engine originally developed at HP between 1985 and
  1995. In 1995, this engine was among the top 3 evaluated by UNLV. It was
  open-sourced by HP and UNLV in 2005.</longdescription>
  <upstream>
    <remote-id type="google-code">tesseract-ocr</remote-id>
    <remote-id type="github">tesseract-ocr/tessdata</remote-id>
  </upstream>
  <use>
    <flag name="webp"> Enable support for webp image format.</flag>
    <flag name="math"> Enable support for recognition of equations.</flag>
    <flag name="scrollview"> Install viewer to debug recognition (ScrollView).</flag>
    <flag name="osd"> Enable support orientation and script detection.</flag>
    <flag name="opencl">Enable opencl support for speedup using GPU computation.</flag>
    <flag name="training">Install training applications to add support for new languages.</flag>
  </use>
</pkgmetadata>