File: control

package info (click to toggle)
subtile-ocr 0.2.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 304 kB
  • sloc: makefile: 9; sh: 1
file content (54 lines) | stat: -rw-r--r-- 1,613 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
47
48
49
50
51
52
53
54
Source: subtile-ocr
Section: rust
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-anyhow-1+default-dev,
 librust-clap-4+default-dev,
 librust-clap-4+cargo-dev,
 librust-clap-4+derive-dev,
 librust-image-0.25+png-dev,
 librust-image-0.25+pnm-dev,
 librust-iter-fixed-0.4+default-dev,
 librust-leptess-0.14-dev,
 librust-log-0.4+default-dev,
 librust-rayon-1+default-dev,
 librust-scoped-tls-hkt-0.1+default-dev,
 librust-simple-logger-5+default-dev,
 librust-simple-logger-5+colors-dev,
 librust-subtile-0.4+default-dev,
 librust-thiserror-2+default-dev,
 librust-chrono-0.4+clock-dev,
 libstd-rust-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/gwen-lg/subtile-ocr
Vcs-Git: https://salsa.debian.org/debian/subtile-ocr.git
Vcs-Browser: https://salsa.debian.org/debian/subtile-ocr

Package: subtile-ocr
Section: net
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 tesseract-ocr-eng | tesseract-ocr-lang,
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using:
 ${cargo:Static-Built-Using},
Description: subtitle converter from DVD VOB to SRT
 subtile-ocr is a blazingly fast and accurate
 DVD VobSub to SRT subtitle conversion tool.
 .
 DVD subtitles are unfortunately encoded
 essentially as a series of images.
 This presents problems
 when needing a text representation of the subtitle,
 e.g. for language learning.
 subtile-ocr can alleviate this problem
 by generating SRT subtitles from an input VobSub file,
 leveraging the power of Tesseract.
 .
 Tesseract is an optical character recognition engine.