aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-11-20 21:30:40 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-11-20 21:30:40 +0000
commitacc9ba9bb2d27546775b7e3f2322cb6b7d008314 (patch)
tree013c02e02b7924ac4f07966dca68e917b86ccee7 /graphics/Makefile
parent694d56942864e53da03bc27308a2c4dc676f8488 (diff)
downloadports-acc9ba9bb2d27546775b7e3f2322cb6b7d008314.tar.gz
ports-acc9ba9bb2d27546775b7e3f2322cb6b7d008314.zip
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>
Notes
Notes: svn path=/head/; revision=94543
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 7f8662a2c608..1c55d4c6595f 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