OCRopus

OCRopus
Developer(s) Thomas Breuel, DFKI
Initial release April 9, 2007 (2007-04-09)[1]
Stable release
1.0 / 2 November 2014 (2014-11-02)
Repository github.com/tmbdev/ocropy
Written in C++ and Python
Operating system FreeBSD, Linux, Mac OS X
Type Optical character recognition
License Apache License v2.0
Website github.com/tmbdev/ocropy

OCRopus is a free document analysis and optical character recognition (OCR) system released under the Apache License, Version 2.0 with a very modular design through the use of plugins. These plugins allow OCRopus to swap out components easily.

OCRopus is currently developed under the lead of Thomas Breuel from the German Research Centre for Artificial Intelligence in Kaiserslautern, Germany and is sponsored by Google.

OCRopus is developed for Linux; however, users have reported success with OCRopus on Mac OS X and an application called TakOCR[2] has been developed that installs OCRopus on Mac OS X and provides a simple droplet interface.

How it works

OCRopus is an OCR system that combines pluggable layout analysis, pluggable character recognition, and pluggable language modeling. It aims primarily for high-volume document conversion, namely for Google Book Search, but also for desktop and office use or for vision impaired people.

OCRopus used Tesseract as its only character recognition plugin, but it uses its own engine in the 0.4 release.[3] This is especially useful in expanding functionality to include additional languages and writing systems. OCRopus also contains disabled code for a handwriting recognition engine which may be repaired in the future.

OCRopus's layout analysis plugin does image preprocessing and layout analysis: it chops up the scanned document and passes the sections to a character recognition plugin for line-by-line or character-by-character recognition.

As of the alpha release, OCRopus uses the language modeling code from another Google-supported project, OpenFST,[4] optional as of version pre-0.4.

History

Release history:[5]


Usage

OCRopus can be used from the command line or inside gscan2pdf. Once installed, it can be invoked by specifying the input images. It will output hOCR (HTML-based) code to standard output. If more precise control is needed, options can be specified on the command line to perform specific operations (e.g. recognizing a single line).

References

This article is issued from Wikipedia - version of the 4/21/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.