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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
Source: gimagereader
Section: graphics
Priority: optional
Maintainer: Philip Rinn <rinni@debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
intltool (>= 0.35.0),
libcairomm-1.0-dev,
libdjvulibre-dev,
libenchant-2-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,
libpoppler-qt6-dev [amd64 arm64 armel armhf loong64 mips64el ppc64el riscv64 s390x alpha hppa hurd-any m68k powerpc ppc64 sh4 sparc64],
libqtspell-qt6-dev [amd64 arm64 armel armhf loong64 mips64el ppc64el riscv64 s390x alpha hppa hurd-any m68k powerpc ppc64 sh4 sparc64],
libquazip1-qt6-dev [amd64 arm64 armel armhf loong64 mips64el ppc64el riscv64 s390x alpha hppa hurd-any m68k powerpc ppc64 sh4 sparc64],
libsane-dev,
libtesseract-dev,
libxml++2.6-dev,
libzip-dev,
python3-gi,
qt6-base-dev [amd64 arm64 armel armhf loong64 mips64el ppc64el riscv64 s390x alpha hppa hurd-any m68k powerpc ppc64 sh4 sparc64],
uuid-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/manisandro/gImageReader
Vcs-Git: https://salsa.debian.org/debian/gimagereader.git
Vcs-Browser: https://salsa.debian.org/debian/gimagereader
Rules-Requires-Root: no
Package: gimagereader
Architecture: any
Depends:
gimagereader-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Graphical GTK+ front-end to tesseract-ocr
gImageReader is a simple 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.
.
This package contains the GTK+ variant of gImageReader.
Package: gimagereader-qt
Architecture: amd64 arm64 armel armhf loong64 mips64el ppc64el riscv64 s390x alpha hppa hurd-any m68k powerpc ppc64 sh4 sparc64
Depends:
gimagereader-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Replaces: gimagereader-qt5 (<< 3.4.2-4~)
Breaks: gimagereader-qt5 (<< 3.4.2-4~)
Description: Graphical Qt front-end to tesseract-ocr
gImageReader is a simple 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.
.
This package contains the Qt variant of gImageReader.
Package: gimagereader-qt5
Architecture: any
Section: oldlibs
Depends: gimagereader-qt [amd64 arm64 armel armhf loong64 mips64el ppc64el riscv64 s390x alpha hppa hurd-any m68k powerpc ppc64 sh4 sparc64],
${misc:Depends}
Description: transitional package
This is a transitional package. It can safely be removed.
Package: gimagereader-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Replaces:
gimagereader (<< 3.3.1-2),
Breaks:
gimagereader (<< 3.3.1-2),
Description: gImageReader common files
gImageReader is a simple 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.
.
This package contains common files for the GTK+ and Qt variants of
gImageReader.
|