diff options
author | sergei <sergei@FreeBSD.org> | 2003-11-20 21:30:40 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-11-20 21:30:40 +0000 |
commit | e04f73821aa24cffc5c40117cb6bd06fba174c57 (patch) | |
tree | 884ebb1eca363bb490ca30b194d0b9c41d805adf /graphics/Makefile | |
parent | e54ccfdb7581bd5063a743d96f581fe4a16c6103 (diff) | |
download | FreeBSD-ports-e04f73821aa24cffc5c40117cb6bd06fba174c57.zip FreeBSD-ports-e04f73821aa24cffc5c40117cb6bd06fba174c57.tar.gz |
Add ocrad 0.5, OCR program implemented as filter.
GNU 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.
Also includes a layout analyser able to separate the columns or blocks
of text normally found on printed pages.
It can be used as a stand-alone console application, or as a backend to
other programs.
PR: 59232
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 7f8662a..1c55d4c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -238,6 +238,7 @@ SUBDIR += nurbs++ SUBDIR += ocaml-images SUBDIR += ocaml-lablgl + SUBDIR += ocrad SUBDIR += opendis SUBDIR += opendx SUBDIR += opendx-samples |