Jump to content

Tesseract (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 84.161.40.170 (talk) at 15:19, 16 November 2015 (→‎Features). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Tesseract
Original author(s)Ray Smith, Hewlett-Packard[1]
Developer(s)Google
Stable release
3.04 / July 11, 2015 (2015-07-11)[1]
Repository
Written inC and C++
Operating systemLinux (32 & 64-bit), Windows (32-bit), and, unofficially, Mac OS X (x86)
Available inInterface: English
Recognition: Arabic, Bengali, Bulgarian, Catalan, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hindi, Hungarian, Indonesian, Italian, Latvian, Lithuanian, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Tagalog, Tamil, Thai, Turkish, Ukrainian & Vietnamese (more can be added using included training files)
TypeOptical character recognition
LicenseApache License v2.0
Websitegithub.com/tesseract-ocr

Tesseract is an optical character recognition engine for various operating systems.[2] It is free software, released under the Apache License, Version 2.0,[1][3][4] and development has been sponsored by Google since 2006.Cite error: The <ref> tag has too many names (see the help page). Tesseract is considered one of the most accurate open source OCR engines currently available.[4][5]

History

The Tesseract engine was originally developed as proprietary software at Hewlett Packard labs in Bristol, England and Greeley, Colorado between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some migration from C to C++ in 1998. A lot of the code was written in C, and then some more was written in C++. Since then all the code has been converted to at least compile with a C++ compiler.[3] Very little work was done in the following decade. It was then released as open source in 2005 by Hewlett Packard and the University of Nevada, Las Vegas (UNLV). Tesseract development has been sponsored by Google since 2006.Cite error: The <ref> tag has too many names (see the help page).

Features

Tesseract was in the top three OCR engines in terms of character accuracy in 1995.[6] It is available for Linux, Windows and Mac OS X, however, due to limited resources only Windows and Ubuntu are rigorously tested by developers.[3][4][7]

Tesseract up to and including version 2 could only accept TIFF images of simple one column text as inputs. These early versions did not include layout analysis and so inputting multi-columned text, images, or equations produced a garbled output. Since version 3.00 Tesseract has supported output text formatting, hOCR positional information and page layout analysis. Support for a number of new image formats was added using the Leptonica library. Tesseract can detect whether text is monospaced or proportional.[4]

The initial versions of Tesseract could only recognize English language text. Starting with version 2 Tesseract was able to process English, French, Italian, German, Spanish, Brazilian Portuguese and Dutch. Starting with version 3 it can recognize Arabic, Bulgarian, Catalan, Chinese (Simplified and Traditional), Croatian, Czech, Danish, Dutch, English, German (Antiqua and Fraktur script), Greek, Finnish, French, Hebrew, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak (standard and Fraktur script), Slovenian, Spanish, Swedish, Tagalog, Tamil, Thai, Turkish, Ukrainian and Vietnamese. Tesseract can be trained to work in other languages too.[4]

If Tesseract is used to process right-to-left text such Arabic or Hebrew the results are ordered as though it is left-to-right text.[8]

Tesseract is suitable for use as a backend, and can be used for more complicated OCR tasks including layout analysis by using a frontend such as OCRopus.[9]

Tesseract's output will be very poor quality if the input images are not preprocessed to suit it: Images (especially screenshots) must be scaled up such that the text x-height is at least 20 pixels,[10] any rotation or skew must be corrected or no text will be recognized, low-frequency changes in brightness must be high-pass filtered, or Tesseract's binarization stage will destroy much of the page, and dark borders must be manually removed, or they will be misinterpreted as characters.[11]

User interfaces

Tesseract configuration window in OCRFeeder

Tesseract does not come with a GUI and is instead run from the command-line interface.[12]

There are many separate projects which provide a GUI for Tesseract.[13] One notable example is OCRFeeder.[14]

Reception

In a July 2007 article on Tesseract, Anthony Kay of Linux Journal termed it "a quirky command-line tool that does an outstanding job". At that time he noted "Tesseract is a bare-bones OCR engine. The build process is a little quirky, and the engine needs some additional features (such as layout detection), but the core feature, text recognition, is drastically better than anything else I've tried from the Open Source community. It is reasonably easy to get excellent recognition rates using nothing more than a scanner and some image tools, such as The GIMP and Netpbm."[2]

See also

References

  1. ^ a b c Google (2008). "tesseract-ocr". Retrieved 2008-07-12. {{cite web}}: |last= has generic name (help)
  2. ^ a b Kay, Anthony (July 2007). "Tesseract: an Open-Source Optical Character Recognition Engine". Linux Journal. Retrieved 28 September 2011.
  3. ^ a b c Vincent, Luc (August 2006). "Announcing Tesseract OCR". Retrieved 2008-06-26.
  4. ^ a b c d e Canonical Ltd. (February 2011). "OCR". Retrieved 2011-02-11.
  5. ^ Willis, Nathan (September 2006). "Google's Tesseract OCR engine is a quantum leap forward". Retrieved 2008-07-18.
  6. ^ Rice Stephen V., Frank R. Jenkins, and Thomas A. Nartker The Fourth Annual Test of OCR Accuracy, expervision.com, retrieved 21 May 2013
  7. ^ Tesseract Project (February 2011). "Issue 263: patch to enable hOCR output". Retrieved 26 February 2011.
  8. ^ "TrainingTesseract3". Retrieved 9 October 2011.
  9. ^ Announcing the OCRopus Open Source OCR System (Thomas Breuel, OCRopus Project Leader)
  10. ^ "FAQ - tesseract-ocr - Frequently Asked Questions - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google. - Google Project Hosting". Code.google.com. Retrieved 2014-05-30.
  11. ^ "ImproveQuality - tesseract-ocr - Advice on improving the quality of your output. - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google. - Google Project Hosting". Code.google.com. 2014-01-27. Retrieved 2014-05-30.
  12. ^ Google Code – Tesseract Readme
  13. ^ "3rdParty - tesseract-ocr - GUIs and Other Projects using Tesseract OCR". Code.google.com. Retrieved 2013-05-21.
  14. ^ Gnome.org (August 2010). "OCRFeeder". Retrieved 8 August 2010.