From the README:
"GNU Ocrad is an OCR (Optical Character Recognition) program based on a
feature extraction method.
It reads images in pbm (bitmap), pgm (greyscale) or ppm (color) formats
and produces text in byte (8-bit) or UTF-8 formats.
The pbm, pgm and ppm formats are collectively known as pnm.
Ocrad includes a layout analyser able to separate the columns or blocks
of text normally found on printed pages."
Author:
Antonio Diaz Diaz
The project homepage of GNU Ocrad is: http://www.gnu.org/software/ocrad/ocrad.html
I built OS/2 - executables of GNU Ocrad.
Here is the link to the latest version:
Building for OS/2 is easy using a standard toolset and
GCC 3.3.5 for OS/2
- Unpack the sources
sh configure --prefix=/usr --datadir=/usr
- add
'-Zomf' to the 'CXXFLAGS' in Makefile
- add
'-Zomf -s' to the 'LDFLAGS' in Makefile
make
- (optional) convert
ocrad.texinfo to ocrad.html
using texi2html.cmd
Here is the link to the previous version:
Franz Bakan, 12. May 2009