File: control

package info (click to toggle)
ocr4gamera 1.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 540 kB
  • ctags: 141
  • sloc: python: 1,046; makefile: 20
file content (41 lines) | stat: -rw-r--r-- 1,533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: ocr4gamera
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all-dev (>= 2.6.6-3~),
 python-docutils (>= 0.6),
 python-gamera (>= 3.2.6),
 python-gamera-dev,
 python-pygments (>= 0.6)
Standards-Version: 3.9.8
Homepage: http://gamera.informatik.hsnr.de/addons/ocr4gamera/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ocr4gamera.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ocr4gamera.git
X-Python-Version: >= 2.5

Package: python-gamera.toolkits.ocr
Architecture: all
Depends:
 python-gamera (>= 3.2.6),
 ${misc:Depends},
 ${python:Depends}
Suggests:
 aspell | ispell
Enhances:
 python-gamera
Description: toolkit for building OCR systems
 The Gamera OCR Toolkit is meant to help building optical character
 recognition (OCR) systems for standard text documents. Even though it can
 be used as is, it is specifically designed to make individual steps of the
 recognition system customizable and replaceable. It provides:
  * a flexible mechanism for plugging in custom page segmentation algorithms
  * heuristic rules for dealing with diacritics, and for disambiguation of
    common confused roman characters (like comma and apostrophe, or lower
    and upper case ‘W’)
  * a ready-to-run script ocr4gamera which acts as a basic OCR-system.
 .
 Note that the toolkit does not include any training data.