Difference between revisions of "Tesseract-ocr"

From COPTR
Jump to navigation Jump to search
m (Added links to GitHub source commits and issues.)
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
 +
|image=Tesseract.png
 
|purpose=Open source OCR engine, accepting uncompressed TIFF files as input
 
|purpose=Open source OCR engine, accepting uncompressed TIFF files as input
|image=Tesseract.png
 
 
|homepage=https://github.com/tesseract-ocr/tesseract
 
|homepage=https://github.com/tesseract-ocr/tesseract
 
|license=Apache 2.0 License EXCEPT the tesseractTrainer.py, which is licensed with GPL
 
|license=Apache 2.0 License EXCEPT the tesseractTrainer.py, which is licensed with GPL
 
|platforms=Linux, Windows, MacOSX
 
|platforms=Linux, Windows, MacOSX
 +
|function=OCR
 +
|content=ALTO format
 +
}}
 +
{{Infobox tool details
 +
|ohloh_id=tesseract-ocr
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:OCR]]
 
[[Category:ALTO format]]
 
 
 
 
 
= Description =
 
= Description =
 
Tesseract is probably the most accurate open source OCR engine available. Combined with the [http://leptonica.com/ Leptonica Image Processing Library] it can read a wide variety of image formats and convert them to text in over 60 languages. It was one of the top 3 engines in the 1995 UNLV Accuracy test. Between 1995 and 2006 it had little work done on it, but since then it has been improved extensively by Google.
 
Tesseract is probably the most accurate open source OCR engine available. Combined with the [http://leptonica.com/ Leptonica Image Processing Library] it can read a wide variety of image formats and convert them to text in over 60 languages. It was one of the top 3 engines in the 1995 UNLV Accuracy test. Between 1995 and 2006 it had little work done on it, but since then it has been improved extensively by Google.
Line 64: Line 62:
  
 
Issues : https://github.com/tesseract-ocr/tesseract/issues
 
Issues : https://github.com/tesseract-ocr/tesseract/issues
 
{{Infobox_tool_details
 
|ohloh_id=tesseract-ocr
 
}}
 

Revision as of 12:04, 21 April 2021



Tesseract-ocr
Open source OCR engine, accepting uncompressed TIFF files as input
Homepage:https://github.com/tesseract-ocr/tesseract
License:Apache 2.0 License EXCEPT the tesseractTrainer.py, which is licensed with GPL
Platforms:Linux, Windows, MacOSX
Function:OCR
Content type:ALTO format


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt66282f4c99d6d3_41222380


Description

Tesseract is probably the most accurate open source OCR engine available. Combined with the Leptonica Image Processing Library it can read a wide variety of image formats and convert them to text in over 60 languages. It was one of the top 3 engines in the 1995 UNLV Accuracy test. Between 1995 and 2006 it had little work done on it, but since then it has been improved extensively by Google.

Provider

Development of Tesseract is sponsored by Google. Its chief developer is Ray Smith.

Licensing and cost

Tesseract is an Open Source OCR engine, available under the Apache 2.0 license. It can be used directly, or (for programmers) using an API.

History

It was initially developed at HP during a 10 year period from 1984 to 1994. After a decade of minimal development it was released in 2005 for open source. Google acquired Tesseract in 2006 and currently maintains its development.

Platform and interoperability

  • The latest downloads for Linux and Windows are found on GoogleDrive. Older versions of Tesseract and its language packs are found on the discontinued Google Code download page.
  • The easiest way to install Tesseract on Mac OSX is with MacPorts. Once it is installed, you can install Tesseract by running the command sudo port install tesseract, and any language with sudo port install tesseract-<langcode>. A list of available langcodes can be found on the MacPorts Tesseract page.
  • Dependencies for running Tesseract include Autotools and Leptonica . The Windows version requires installation of Visual Studio. More information about required Ubantu libraries and links to specific requirements are on the Tesseract Wiki.
  • Other programs such as Scan Tailor, unpaper, ImageJ, Gimp or ImageMagick may be needed to properly prepare images for use in Tesseract.

Functional notes

Input supported

Any image readable by Leptonica is supported in Tesseract including BMP, PNM, PNG, JFIF, JPEG, and TIFF. GIF is not supported http://www.leptonica.com/library-overview.html.

Output generated

plain text, hOCR (HTML), PDF, invisible-text-only PDF, TSV and ALTO (XML)

Documentation and support

Included in

Usability

User Experiences


Development Activity

Source Commits : https://github.com/tesseract-ocr/tesseract/commits

Issues : https://github.com/tesseract-ocr/tesseract/issues