~ubuntu-branches/ubuntu/trusty/ocr4gamera/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Jakub Wilk
  • Date: 2010-08-26 19:33:48 UTC
  • Revision ID: james.westby@ubuntu.com-20100826193348-ay0t4vb474hohr9j
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OCR Toolkit for Gamera
 
2
======================
 
3
 
 
4
Purpose
 
5
-------
 
6
 
 
7
"Optical character recognition" (OCR) means the extraction of the
 
8
text content from a document image.
 
9
 
 
10
This toolkit provides
 
11
 
 
12
 - python library functions for building custom ocr applications
 
13
 - a ready to use script ocr4gamera
 
14
 
 
15
 
 
16
Requirements
 
17
------------
 
18
 
 
19
This toolkit has been written for the Gamera framework and requires
 
20
a working Gamera installation. See the Gamera homepage:
 
21
 
 
22
        http://gamera.informatik.hsnr.de/
 
23
 
 
24
 
 
25
Documentation
 
26
-------------
 
27
 
 
28
For a user's guide and a developer's guide see 'doc/html/index.html'.
 
29
For release notes and a revision history see 'CHANGES'.
 
30
 
 
31
A comprehensive overview of design, usage and customization of the OCR
 
32
toolkit can be found in the paper
 
33
 
 
34
    C. Dalitz, R. Baston: Optical Character Recognition with the 
 
35
    Gamera Framework. In C. Dalitz (Ed.): "Document Image Analysis 
 
36
    with the Gamera Framework." Schriftenreihe des Fachbereichs 
 
37
    Elektrotechnik und Informatik, Hochschule Niederrhein, vol. 8,
 
38
    pp. 53-65, Shaker Verlag (2009)
 
39
 
 
40
 
 
41
Installation
 
42
------------
 
43
 
 
44
See the section "Installation" in 'doc/html/index.html' or 
 
45
'doc/src/index.txt'.
 
46
 
 
47
 
 
48
Authors
 
49
-------
 
50
 
 
51
Rene Baston, 2009
 
52
Christoph Dalitz, <christoph dot dalitz at hsnr dot de>, 2009
 
53
 
 
54
Please contact Christoph Dalitz for questions about this toolkit.
 
55
 
 
56
 
 
57
License
 
58
-------
 
59
 
 
60
This toolkit is free software; you can redistribute it and/or modify
 
61
it under the terms of the GNU General Public License, either version 2
 
62
of the license, or (at your option) any later version.
 
63
 
 
64
This program is distributed in the hope that it will be useful,
 
65
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
66
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
67
file LICENSE for more details.