forked from ropensci/tesseract
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.46 KB
/
DESCRIPTION
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
Package: cpp11tesseract
Type: Package
Title: Open Source OCR Engine
Version: 5.3.3
Authors@R: c(person("Jeroen", "Ooms",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Mauricio", "Vargas Sepulveda",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1017-7574")),
person("Munk School of Global Affairs and Public Policy",
role = "fnd")
)
Description: Bindings to 'Tesseract':
a powerful optical character recognition (OCR) engine that supports over
100 languages. The engine is highly configurable in order to tune the
detection algorithms and obtain the best possible results.
License: Apache License (>= 2)
URL: https://pacha.dev/cpp11tesseract/
BugReports: https://github.com/pachadotdev/cpp11tesseract/issues
SystemRequirements:
Tesseract OCR (
deb: tesseract-ocr libtesseract-dev libleptonica-dev,
rpm: tesseract-devel leptonica-devel,
brew: tesseract
)
Imports:
curl,
digest
LinkingTo:
cpp11
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
magick (>= 2.7),
spelling,
knitr,
tibble,
rmarkdown,
testthat (>= 3.0.0),
pdftools
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US
Config/testthat/edition: 3