diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-22 15:34:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-22 15:34:02 +0000 |
commit | 5a9c3064ad4f4e9ff5c0a62fa76946f251c90d65 (patch) | |
tree | 6447835bf49502b1fe5050f66203e3c051234444 /graphics/claraocr/DESCR | |
parent | b75da6892aae750e2652736c51121409c9171c32 (diff) | |
download | pkgsrc-5a9c3064ad4f4e9ff5c0a62fa76946f251c90d65.tar.gz |
Initial import of clara OCR, provided by Ben Wong in pkg/16006, overwhauled
by me. From the DESCR:
Clara OCR is a free (GPL) Optical Character Recognition (OCR) program
for systems that support the C library and the X windows system (e.g.
most flavours of Unix). The development platform of Clara OCR is
32-bit Intel running GNU/Linux.
Clara OCR is intended for large scale digitalization projects. It
features a powerful GUI and a web interface for cooperative
digitalization of books. Clara OCR development started in 1999 and
is approaching production quality.
Features:
Converts pbm/pgm image files to text (ISO-8859)
Can process scans in batch for large documents
Can run from the command-line
Is relatively easy to train
Non-features:
Is not "omnifont"; you must train it for each document
Does not scan the images
Does not support unicode
Cannot read handwriting
Diffstat (limited to 'graphics/claraocr/DESCR')
-rw-r--r-- | graphics/claraocr/DESCR | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/claraocr/DESCR b/graphics/claraocr/DESCR new file mode 100644 index 00000000000..9248fce3fed --- /dev/null +++ b/graphics/claraocr/DESCR @@ -0,0 +1,23 @@ +Clara OCR is a free (GPL) Optical Character Recognition (OCR) program +for systems that support the C library and the X windows system (e.g. +most flavours of Unix). The development platform of Clara OCR is +32-bit Intel running GNU/Linux. + +Clara OCR is intended for large scale digitalization projects. It +features a powerful GUI and a web interface for cooperative +digitalization of books. Clara OCR development started in 1999 and +is approaching production quality. + +Features: + + Converts pbm/pgm image files to text (ISO-8859) + Can process scans in batch for large documents + Can run from the command-line + Is relatively easy to train + +Non-features: + + Is not "omnifont"; you must train it for each document + Does not scan the images + Does not support unicode + Cannot read handwriting |