File: control

package info (click to toggle)
ocrad 0.28-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 812 kB
  • sloc: cpp: 9,723; sh: 386; makefile: 154
file content (46 lines) | stat: -rw-r--r-- 1,424 bytes parent folder | download | duplicates (2)
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: ocrad
Section: graphics
Priority: optional
Maintainer: Andrius Merkys <merkys@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dpkg-dev (>= 1.16),
 install-info,
 libpng-dev,
Standards-Version: 4.6.0
Homepage: https://www.gnu.org/software/ocrad/ocrad.html
XS-Testsuite: autopkgtest
Vcs-Browser: https://salsa.debian.org/debian/ocrad
Vcs-Git: https://salsa.debian.org/debian/ocrad.git

Package: libocrad-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 ${misc:Depends},
Description: optical character recognition library
 GNU Ocrad is an OCR (Optical Character Recognition) program based on a
 feature extraction method. It reads a bitmap image in pgm/pbm format and
 produces text in byte (8-bit) or UTF-8 formats.
 .
 Ocrad includes a layout analyzer able to separate the columns or blocks
 of text normally found on printed pages.
 .
 This package includes the static library.

Package: ocrad
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: optical character recognition program
 GNU Ocrad is an OCR (Optical Character Recognition) program based on a
 feature extraction method. It reads a bitmap image in pgm/pbm format and
 produces text in byte (8-bit) or UTF-8 formats.
 .
 Ocrad includes a layout analyzer able to separate the columns or blocks
 of text normally found on printed pages.
 .
 This package includes the command-line tool.