Download List

Project Description

GNU Ocrad is an OCR (Optical Character Recognition) program and library 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. It also includes a layout analyzer that is able to separate the columns or blocks of text normally found on printed pages. Ocrad can be used as a stand-alone console application, or as a backend to other programs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-24 03:53
0.22-rc1

Quote characters in messages have been changed as advised by GNU Coding Standards.
Small improvements have been made in the manual and in the man page.
Tags: Development

2011-01-12 07:13
0.21

Some internal errors triggered by noisy input have been fixed. The chapter "OCR Results File" has been added to the manual. Stdin and stdout are now set in binary mode on MSVC and OS2.
Tags: Stable

2010-11-21 06:07
0.21-pre2

Some internal errors triggered by noisy input have been fixed. Stdin and stdout are now set in binary mode on MSVC and OS2. Some tables with noisy "grey" cells are no longer discarded.
Tags: Development

2010-07-19 20:34
0.20

The following functions have been added to the library interface: OCRAD_scale, OCRAD_result_chars_total, OCRAD_result_chars_block, and OCRAD_result_chars_line.
Tags: Stable

2010-01-29 03:39
0.19

A library interface has been added. The option "--crop" has been replaced with the similar but different option "--cut", which can accept coordinates taken from the ORF file. Recognition of files with a single character and without white space at the edges has been fixed. Lintian warnings in Debian about man pages have been fixed.
Tags: Stable

Project Resources