OCRFeeder

{{Infobox software

| logo = OCRFeeder logo w lettering.svg

| logo size = 215px

| screenshot = Ocrfeeder.jpeg

| caption =

| author =

| developer = Joaquim Rocha (Igalia)

| released = {{Start date and age|2009|03}}

| latest release version = 0.8.5

| latest release date = {{Start date and age|2022|03|15}}{{cite web|url = https://ftp.gnome.org/pub/GNOME/sources/ocrfeeder/0.8/ocrfeeder-0.8.5.news|title = GNOME FTP archive, OCRFeeder 0.8.5 news file|access-date = 2022-11-10}}

| latest preview version =

| latest preview date =

| operating system = Linux, Unix-like

| programming language = Python, PyGTK

| platform =

| language = Interface: Czech, Danish, German, English, Spanish, French, Galician, Italian, Norwegian (bokmål), Portuguese, Romanian, Slovenian, Swedish, Chinese{{cite web|url = http://git.gnome.org/browse/ocrfeeder/tree/po/LINGUAS |title = GNOME GIT source code repository, LINGUAS file |access-date = 2011-02-09}}
Recognition: depends on OCR engine used

| genre = Optical character recognition

| license = GPL (free software)

| website =

}}

OCRFeeder is an optical character recognition suite for GNOME, which also supports virtually any command-line OCR engine, such as CuneiForm, GOCR, Ocrad and Tesseract. It converts paper documents to digital document files and can serve to make them accessible to visually impaired users.

OCRFeeder is free and open-source software subject to the terms of the GNU General Public License (GPL) version 3 or later. It is available for Linux and other Unix-like operating systems.

History

File:Joaquim Rocha introducing OCRFeeder.jpg in July 2009]]

OCRFeeder was started as a master's thesis in computer science by Joaquim Rocha,{{cite web|url = https://wiki.gnome.org/Apps/OCRFeeder |title = OCRFeeder - GNOME Live! |access-date = 2011-02-09}} who was later hired by Igalia, S.L. and continued development there.{{cite web|url=http://www.igalia.com/products/ |title=Products |publisher=Igalia |access-date=2012-11-24}}{{cite web|url = http://www.joaquimrocha.com/2013/01/14/winds-of-change/|title = Winds of Change|access-date = 2013-09-04|last = Rocha |first = Joaquim |date = 2013-01-14}}

The first version was published in March 2009.[http://code.google.com/p/ocrfeeder/source/detail?r=2 OCRFeeder, Google Code] The OCRFeeder project was initially published and hosted on Google Code, temporarily used Gitorious[https://wiki.gnome.org/Apps/OCRFeeder?action=diff&rev1=2&rev2=3 wiki.gnome.org Differences between revisions 2 and 3] and now uses the GNOME infrastructure.[https://wiki.gnome.org/Apps/OCRFeeder?action=diff&rev1=5&rev2=6 wiki.gnome.org - Differences between revisions 5 and 6] Since 5 April 2010 a software package is included in the official Debian repositories.[http://packages.debian.org/changelogs/pool/main/o/ocrfeeder/ocrfeeder_0.6.6+dfsg1-1/changelog#versionversion0.6.6-1 Debian Changelog ocrfeeder (0.6.6+dfsg1-1)]

Version 0.7 from July 30, 2010, brought image pre-processing features, 0.7.1 (November 8, 2010) enabled for scanner access from within OCRFeeder.

Features

OCRFeeder has a simple graphical user interface that is designed to the GNOME Human Interface Guidelines.

It performs a Document Layout Analysis and transfers the layout to capable output formats. It searches for content areas, outlines them and guesses the content type (text or image) and processes text areas through the OCR back-end. It can use virtually any command-line OCR engine as back-end and features auto-detection and auto-configuration for all popular free engines. OCR back-ends may be either auto-configured, the necessary command line entered in a GUI dialogue or configured directly via a XML file. Scan image post-processing including de-skewing can be done.{{cite web|url = http://git.gnome.org/browse/ocrfeeder/tree/NEWS |title = GNOME GIT source code repository, NEWS file |access-date = 2011-02-03}} All recognition results can be reviewed and edited before saving to the desired output format. Sessions can be saved and loaded. The suite also includes a spell checker. OCRFeeder has built-in procedures for the post-processing of the raw OCR results returned by the OCR engine. It can remove remaining segmentation to printed lines of text, even with removal of hyphenation.

Although OCRFeeder is a GUI tool, it can also run in command line mode (as ocrfeeder-cli), which may be a useful tool for automatic document batch processing. In this mode OCRFeeder uses the default OCR engine, which the user can set in the application's preferences.{{cite web

|last = Μάνος

|title = OCRFeeder 0.7.4: Ψηφιοποιήστε τα έγγραφα σας

|work = OSArena

|date = 2011-03-22

|url = http://osarena.net/2011/03/ocrfeeder-0-7-4-psifiopiiste-ta-engrafa-sas.html

|access-date = 2011-06-08

|archive-date = 2011-03-26

|archive-url = https://web.archive.org/web/20110326103527/http://osarena.net/2011/03/ocrfeeder-0-7-4-psifiopiiste-ta-engrafa-sas.html

|url-status = dead

}}{{cite web

|last = Hejda

|first = Václav

|title = OCRFeeder – Užitečný rozpoznávač textu, který však neumí česky

|work = LinuxEXPRES.cz

|publisher = QCM s.r.o.

|date = 2011-05-26

|url = http://www.linuxexpres.cz/software/ocrfeeder-uzitecny-rozpoznavac-textu-ktery-vsak-neumi-cesky

|access-date = 2011-06-08

}}

The program is written in Python and uses the GTK+ library (using PyGTK).{{cite web|url = http://git.gnome.org/browse/ocrfeeder/tree/README |title = GNOME GIT source code repository, README file |access-date = 2011-02-09}}

It acts as a graphical front-end for other existing tools. For example, it does not make actual character recognition itself, but uses external programs such as an “OCR engine” that is installed on the system. It can automatically detect and configure CuneiForm, GOCR, Ocrad and Tesseract as backend OCR engines.{{cite web|url = http://git.gnome.org/browse/ocrfeeder/tree/src/ocrfeeder/studio/configuration.py |title = GNOME GIT source code repository, configuration.py file |access-date = 2011-02-03}} Scanners are accessed via SANE. For post-processing of scanned images there is integration of the command-line tool “Unpaper”, among other things.

PDF files are processed using Ghostscript in the backend.

= Input and output =

OCRFeeder can import data from PDF or graphic files. From 0.7.1a version it supports grabbing images directly from the scanner device.{{cite web|url = http://www.joaquimrocha.com/2010/11/09/ocrfeeder-version-0-7-1a-released/ |title = OCRFeeder version 0.7.1a released |access-date = 2011-02-09|last = Rocha |first = Joaquim |date = 2010-11-09}}

The results can be saved in HTML, OpenDocument, plain text[http://ftp.gnome.org/pub/GNOME/sources/ocrfeeder/0.7/ocrfeeder-0.7.4.news OCRFeeder Version 0.7.4 New Features] or PDF[http://ftp.gnome.org/pub/GNOME/sources/ocrfeeder/0.7/ocrfeeder-0.7.6.news Version 0.7.6] file formats. hOCR file output is also planned. Initial formatting can be done directly in the program.

References

{{Reflist|30em}}