summaryrefslogtreecommitdiff
path: root/app-text/tesseract/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-text/tesseract/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'app-text/tesseract/metadata.xml')
-rw-r--r--app-text/tesseract/metadata.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-text/tesseract/metadata.xml b/app-text/tesseract/metadata.xml
new file mode 100644
index 000000000000..5d6b217bc6dd
--- /dev/null
+++ b/app-text/tesseract/metadata.xml
@@ -0,0 +1,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>