Download List

Descripción del Proyecto

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

Cita personajes de mensajes han cambiado indicado por estándares de codificación GNU.
Pequeñas mejoras se han hecho en el manual y en la página de comando man.
Tags: Development
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.

2011-01-12 07:13
0.21

Algunos errores internos activadas por el ruido han sido corregidos. En el capítulo "Resultados de reconocimiento óptico de caracteres del archivo" ha sido añadido a la manual. Stdin y stdout se establecen ahora en modo binario en MSVC y OS2.
Tags: Stable
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.

2010-11-21 06:07
0.21-pre2

Algunos errores internos activadas por el ruido han sido corregidos. Stdin y stdout se establecen ahora en modo binario en MSVC y OS2. Algunas tablas con ruidosos "gris" las células ya no son descartados.
Tags: Development
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.

2010-07-19 20:34
0.20

Las funciones siguientes se han agregado a la interfaz de la colección: OCRAD_scale, OCRAD_result_chars_total, OCRAD_result_chars_block y OCRAD_result_chars_line.
Tags: Stable
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.

2010-01-29 03:39
0.19

Una interfaz de la biblioteca se ha añadido. La opción "- de los cultivos" se ha sustituido por la opción similar, pero diferente "- corte", que puede aceptar las coordenadas tomadas del archivo de la ORF. Reconocimiento de archivos con un carácter único y sin espacios en blanco en los bordes se ha solucionado. Las advertencias lintian en Debian sobre las páginas de manual se han fijado.
Tags: Stable
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.

Project Resources