diff options
Diffstat (limited to 'app-text/yagf/metadata.xml')
-rw-r--r-- | app-text/yagf/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-text/yagf/metadata.xml b/app-text/yagf/metadata.xml new file mode 100644 index 000000000000..784a59b98c05 --- /dev/null +++ b/app-text/yagf/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>proxy-maintainers</herd> +<maintainer> + <email>yaleks@gmail.com</email> + <name>Aleksandr Yakimov</name> + <description>Proxied maintainer. Assign bugs to him</description> +</maintainer> +<maintainer> + <email>pinkbyte@gentoo.org</email> + <name>Sergey Popov</name> + <description>Proxy maintainer. CC him on bugs</description> +</maintainer> + <longdescription lang="en"> + YAGF is a graphical front-end for cuneiform and tesseract OCR tools. + With YAGF you can open already scanned image files or obtain new images + via XSane (scanning results are automatically passed to YAGF). + Once you have a scanned image you can prepare it for recognition, select + particular image areas for recognition, set the recognition language and + so no. Recognized text is displayed in a editor window where it can be + corrected, saved to disk or copied to clipboard. + YAGF also provides some facilities for a multi-page recognition (see + the online help for more details). + </longdescription> + <use> + <flag name='cuneiform'>Enable support for the <pkg>app-text/cuneiform</pkg> OCR engine.</flag> + <flag name='tesseract'>Enable support for the <pkg>app-text/tesseract</pkg> OCR engine.</flag> + </use> +</pkgmetadata> |