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 42 43 44 45 46
|
Source: gocr
Section: graphics
Priority: optional
Maintainer: Gürkan Myczko <gurkan@phys.ethz.ch>
Build-Depends: debhelper (>= 11), autotools-dev
Standards-Version: 4.2.1
Homepage: https://www-e.uni-magdeburg.de/jschulen/ocr/
Package: gocr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libjpeg-progs, bzip2, netpbm, transfig
Description: Command line OCR
This is a multi-platform OCR (Optical Character Recognition) program.
.
It can read pnm, pbm, pgm, ppm, some pcx and tga image files.
.
Currently the program should be able to handle well scans that have their text
in one column and do not have tables. Font sizes of 20 to 60
pixels are supported.
.
If you want to write your own OCR, libgocr is provided in a separate
package. Documentation and graphical wrapper are provided in separated
packages, too.
Package: gocr-tk
Architecture: all
Depends: gocr, tk | wish, ${misc:Depends}
Suggests: xsane
Description: tcl/tk wrapper around gocr
This is a multi-platform OCR (Optical Character Recognition) program.
.
It can read pnm, pbm, pgm, ppm, some pcx and tga image files.
.
It is a tlc/tk GUI to gocr (a command line program).
Package: gocr-dev
Architecture: all
Depends: gocr, tk | wish, ${misc:Depends}
Suggests: xsane
Description: Header files for OCR
This is a multi-platform OCR (Optical Character Recognition) program.
.
It can read pnm, pbm, pgm, ppm, some pcx and tga image files.
.
These are the header files.
|