summaryrefslogtreecommitdiffstats
path: root/graphics/ocrad/DETAILS
blob: 9315348b8135b7feea3ac1abdad44cd9bcbb8a73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
          SPELL=ocrad
         VERSION=0.27
          SOURCE=$SPELL-$VERSION.tar.lz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=https://savannah.gnu.org/projects/ocrad/
         LICENSE=GPL
	   DOCS="NEWS README ChangeLog"
         ENTERED=20030817
       KEYWORDS="graphics ocr"
          SHORT="OCR (Optical Character Recognition)"
cat << EOF
Ocrad is an OCR (Optical Character Recognition) program implemented 
as a filter and based on a feature extraction method. It reads a 
bitmap image in pbm format and outputs text in ISO-8859-1 (Latin-1) 
charset. 
 It can be used as a stand-alone console application, or as a backend 
to other programs. 
EOF