Difference between revisions of "Optical Character Recognition"
(In "Community" now) |
m (Style) |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Applications]] |
− | |||
{{Stub}} | {{Stub}} | ||
Line 10: | Line 9: | ||
== OCR software == | == OCR software == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | === | + | === OCR (Optical Character Recognition) engines === |
− | * {{App| | + | |
− | * {{App| | + | * {{App|CuneiForm|Command line OCR system originally developed and open sourced by Cognitive technologies. Supported languages: eng, ger, fra, rus, swe, spa, ita, ruseng, ukr, srp, hrv, pol, dan, por, dut, cze, rum, hun, bul, slo, lav, lit, est, tur.|https://launchpad.net/cuneiform-linux|{{Pkg|cuneiform}}}} |
− | * {{App| | + | * {{App|GOCR/JOCR|OCR engine which also supports barcode recognition.|http://jocr.sourceforge.net/|{{Pkg|gocr}}}} |
− | * {{App| | + | * {{App|Ocrad|OCR program based on a feature extraction method.|http://www.gnu.org/software/ocrad/|{{Pkg|ocrad}}}} |
+ | * {{App|Tesseract|Accurate open source OCR engine. Package splitted, you need install some datafiles for each language ({{Pkg|tesseract-data-eng}} for example).|http://code.google.com/p/tesseract-ocr/|{{Pkg|tesseract}}}} | ||
+ | |||
+ | === Layout analyzers and user interfaces === | ||
+ | |||
+ | * {{App|gImageReader|Graphical GTK frontend to Tesseract.|http://gimagereader.sourceforge.net/|{{AUR|gimagereader}}}} | ||
+ | * {{App|gscan2pdf|Scans, runs Tesseract and creates a PDF all in one go.|http://gscan2pdf.sourceforge.net/|{{AUR|gscan2pdf}}}} | ||
+ | * {{App|OCRFeeder|Python GUI for Gnome which performs document analysis and rendition, and can use either CuneiForm, GOCR, Ocrad or Tesseract as OCR engines. It can import from PDF or image files, and export to HTML or OpenDocument.|http://live.gnome.org/OCRFeeder|{{Pkg|ocrfeeder}}}} | ||
+ | * {{App|OCRopus|OCR ''platform'', modules exist for document layout analysis, OCR engines (it can use Tesseract or its own engine), natural language modeling, etc.|http://code.google.com/p/ocropus/|{{AUR|ocropus}}}} | ||
+ | * {{App|[[YAGF]]|Graphical interface for the CuneiForm text recognition program on the Linux platform.|http://symmetrica.net/cuneiform-linux/yagf-en.html|{{Pkg|yagf}}}} |
Revision as of 21:45, 11 June 2013
There are several steps to the whole OCR process, the actual OCR engine is only part of this:
- scanning
- document layout analysis
- optical character recognition
- post-processing (formatting, PDF creation)
OCR software
OCR (Optical Character Recognition) engines
- CuneiForm — Command line OCR system originally developed and open sourced by Cognitive technologies. Supported languages: eng, ger, fra, rus, swe, spa, ita, ruseng, ukr, srp, hrv, pol, dan, por, dut, cze, rum, hun, bul, slo, lav, lit, est, tur.
- GOCR/JOCR — OCR engine which also supports barcode recognition.
- Ocrad — OCR program based on a feature extraction method.
- Tesseract — Accurate open source OCR engine. Package splitted, you need install some datafiles for each language (tesseract-data-eng for example).
Layout analyzers and user interfaces
- gImageReader — Graphical GTK frontend to Tesseract.
- gscan2pdf — Scans, runs Tesseract and creates a PDF all in one go.
- OCRFeeder — Python GUI for Gnome which performs document analysis and rendition, and can use either CuneiForm, GOCR, Ocrad or Tesseract as OCR engines. It can import from PDF or image files, and export to HTML or OpenDocument.
- OCRopus — OCR platform, modules exist for document layout analysis, OCR engines (it can use Tesseract or its own engine), natural language modeling, etc.
- YAGF — Graphical interface for the CuneiForm text recognition program on the Linux platform.