Download List

Projeto Descrição

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ção caracteres em mensagens foram alteradas como recomendado pelos padrões de codificação do GNU.
Pequenas melhorias foram feitas no manual e na página de manual.
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

Alguns erros internos desencadeado pela entrada ruidosa foram corrigidos. O capítulo "Resultados OCR Arquivo" foi acrescentado ao manual. Stdin e stdout são agora fixados em modo binário em MSVC e 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

Alguns erros internos desencadeado pela entrada ruidosa foram corrigidos. Stdin e stdout são agora fixados em modo binário em MSVC e OS2. Algumas tabelas com ruidosas "cinza" de células não são mais 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

As seguintes funções foram adicionadas para a biblioteca de interface: OCRAD_scale, OCRAD_result_chars_total, OCRAD_result_chars_block e 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

A biblioteca de interface foi adicionada. A opção "- cultura" foi substituído com a opção semelhante, mas diferente "- cut", que pode aceitar as coordenadas obtidas do arquivo ORF. Reconhecimento de arquivos com um caráter único e sem espaço em branco nas bordas foi corrigido. Advertências Lintian no Debian páginas sobre o homem tenha sido fixada.
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