File: control

package info (click to toggle)
gimagereader 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,008 kB
  • sloc: cpp: 23,348; xml: 351; sh: 214; python: 70; makefile: 24
file content (46 lines) | stat: -rw-r--r-- 1,543 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
42
43
44
45
46
Source: gimagereader
Section: graphics
Priority: optional
Maintainer: Philip Rinn <rinni@inventati.org>
Build-Depends:
 cmake,
 debhelper-compat (= 12),
 intltool (>= 0.35.0),
 libcairomm-1.0-dev,
 libdjvulibre-dev,
 libgtkmm-3.0-dev,
 libgtksourceviewmm-3.0-dev,
 libgtkspellmm-3.0-dev (>= 3.0.4),
 libjpeg-dev,
 libjson-glib-dev,
 libpangomm-1.4-dev,
 libpodofo-dev,
 libpoppler-glib-dev,
 libsane-dev,
 libtesseract-dev,
 libxml++2.6-dev,
 libzip-dev,
 python3-gi,
 uuid-dev,
Standards-Version: 4.4.1
Homepage: https://github.com/manisandro/gImageReader
Vcs-Git: https://salsa.debian.org/debian/gimagereader.git
Vcs-Browser: https://salsa.debian.org/debian/gimagereader

Package: gimagereader
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Graphical GTK+ front-end to tesseract-ocr
 gImageReader is a simple GTK+ front-end to tesseract-ocr. Tesseract is probably
 the most accurate open source optical character recognition (OCR) software and
 can recognize text in over 60 languages.
 .
 gImageReader supports automatic page layout detection but the user can also
 manually define and adjust the recognition regions. It is possible to import
 images from disk, scanning devices, clipboard and screenshots. gImageReader
 also supports multipage PDF documents. Recognized text is displayed directly
 next to the image and basic text editing including search/replace and removing
 of line breaks is possible. Spellchecking for the output text is also supported
 if the corresponding dictionaries are installed.