Difference between revisions of "OCR"

From Gramps
Jump to: navigation, search
(Example and related informations)
(Using OCR with GRAMPS)
Line 28: Line 28:
 
* People using KDE will probably know [http://kooka.kde.org/ Kooka] the standard KDE scanning tool with builtin OCR (using [http://jocr.sourceforge.net/ GOCR], [http://www.gnu.org/software/ocrad/ocrad.html Ocrad], which are OSS, or the commercial KADMOS).
 
* People using KDE will probably know [http://kooka.kde.org/ Kooka] the standard KDE scanning tool with builtin OCR (using [http://jocr.sourceforge.net/ GOCR], [http://www.gnu.org/software/ocrad/ocrad.html Ocrad], which are OSS, or the commercial KADMOS).
 
   
 
   
* Also, [http://www.corollarium.com/conjecture/index.php Conjecture] is an OCR third party tool who incorporate both open sources programs code bases.
+
* Also, [http://conjecture.sourceforge.net/ Conjecture] is an OCR third party tool who incorporate both open sources programs code bases.
  
 
* The [http://gamera.informatik.hsnr.de/ Gamera Project] is a framework for the creation of custom OCR applications. It supports the training of custom character shapes.
 
* The [http://gamera.informatik.hsnr.de/ Gamera Project] is a framework for the creation of custom OCR applications. It supports the training of custom character shapes.
 +
 +
* [http://live.gnome.org/OCRFeeder OCRFeeder] is a document layout analysis and optical character recognition system.
  
 
* The [http://code.google.com/p/ocropus/ OCRopus] engine is based on two research projects: a high-performance handwriting recognizer developed in the mid-90's and deployed by the US Census bureau, and novel high-performance layout analysis methods. See, also [http://docs.google.com/Doc?id=dfxcv4vc_67g844kf hOCR format] and [http://code.google.com/p/hocr-tools/ hOCR tools].
 
* The [http://code.google.com/p/ocropus/ OCRopus] engine is based on two research projects: a high-performance handwriting recognizer developed in the mid-90's and deployed by the US Census bureau, and novel high-performance layout analysis methods. See, also [http://docs.google.com/Doc?id=dfxcv4vc_67g844kf hOCR format] and [http://code.google.com/p/hocr-tools/ hOCR tools].

Revision as of 22:35, 30 January 2011


While researching your family tree, you will use books or administrative documents. You may avoid long and annoying work or transcribing texts into GRAMPS by using optical character recognition (OCR).

Here we show you how to work on your picture or scan of a document to change it into typed text.

How does this work?

  • You picture needs to have a strong contrast (black text, white background), and a good resolution.
  • The OCR program scans the picture and uses glyph libraries to detect the characters. Those that are recognised are transformed into the corresponding character.
  • Dictionaries will be used to minimize errors. These compare the resulting words with existing words to determine the outcome and guess the words that were not fully recognized.
  • Some programs recognize bold, italic or custom fonts size.

Using OCR with GRAMPS

There is not a lot of OCR open sources programs, and those that exist mostly use the same backend. For Intelligent Word Recognition (IWR) or Intelligent Character Recognition (ICR), used for written certificates, they are even rarer.

You can use some of the programs alongside GRAMPS. For the backend tools, only command line tools are available (use -h for the options), but fortunately some GUI's have been made too:

  • Tesseract may be a good solution. Version 2.00 and later support English, French, Italian, German, Spanish, Dutch.
  • GOCR/JOCR is used by xsane and kooka. It can generate custom database characters from a picture with the command:
mkdir ./db
gocr -p ./db/ -m 130 -m 256 certificate.pnm
This will ask you of each new letter it recognizes what the value is (a,b,...), and will generate a new index (db.list) + portable-bitmap (pbm) for your letters. Each key entry on db.list is one of the .pbm files and is connected to your custom value (a, b, c ...)
This is however not very successfull on written text.
  • With Ocrad, you need to use pgm file format.
  • People using KDE will probably know Kooka the standard KDE scanning tool with builtin OCR (using GOCR, Ocrad, which are OSS, or the commercial KADMOS).
  • Also, Conjecture is an OCR third party tool who incorporate both open sources programs code bases.
  • The Gamera Project is a framework for the creation of custom OCR applications. It supports the training of custom character shapes.
  • OCRFeeder is a document layout analysis and optical character recognition system.
  • The OCRopus engine is based on two research projects: a high-performance handwriting recognizer developed in the mid-90's and deployed by the US Census bureau, and novel high-performance layout analysis methods. See, also hOCR format and hOCR tools.

Example and related informations

I think the easiest would be to use kooka or xsane, scan an image and do OCR or importing an existing image into kooka and do OCR.

  • bookliberator is a set of free software and hardware to digitize books: it lets you photograph all the pages in a book without harming the book. The resulting images can be processed with free, open source software to make user-friendly files in a variety of formats.
  • decapodproject is a project focused on building a low-cost digitization solution that will allow for rare materials, materials held in collections without large budgets, and other scholarly content to be digitized into a high-quality PDF format. This project will work to incorporate the hardware and software necessary to accomplish this goal.