cvs commit: ports/graphics Makefile ports/graphics/ocrad Makefile
distinfo pkg-descr pkg-plist ports/graphics/ocrad/files
patch-Makefile.in patch-bitmap.cc patch-character.h
patch-configure patch-iso_8859_1.h patch-main.cc patch-textline.cc
Sergei Kolobov
sergei at FreeBSD.org
Thu Nov 20 13:30:42 PST 2003
sergei 2003/11/20 13:30:40 PST
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/ocrad Makefile distinfo pkg-descr pkg-plist
graphics/ocrad/files patch-Makefile.in patch-bitmap.cc
patch-character.h patch-configure
patch-iso_8859_1.h patch-main.cc
patch-textline.cc
Log:
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 at uni.de>
Revision Changes Path
1.633 +1 -0 ports/graphics/Makefile
1.1 +33 -0 ports/graphics/ocrad/Makefile (new)
1.1 +1 -0 ports/graphics/ocrad/distinfo (new)
1.1 +45 -0 ports/graphics/ocrad/files/patch-Makefile.in (new)
1.1 +34 -0 ports/graphics/ocrad/files/patch-bitmap.cc (new)
1.1 +10 -0 ports/graphics/ocrad/files/patch-character.h (new)
1.1 +29 -0 ports/graphics/ocrad/files/patch-configure (new)
1.1 +14 -0 ports/graphics/ocrad/files/patch-iso_8859_1.h (new)
1.1 +21 -0 ports/graphics/ocrad/files/patch-main.cc (new)
1.1 +146 -0 ports/graphics/ocrad/files/patch-textline.cc (new)
1.1 +9 -0 ports/graphics/ocrad/pkg-descr (new)
1.1 +8 -0 ports/graphics/ocrad/pkg-plist (new)
More information about the cvs-ports
mailing list