-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
35 lines (35 loc) · 1.14 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
Package: tesseract
Type: Package
Title: Open Source OCR Engine
Version: 5.2.2
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289"))
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.0
URL: https://docs.ropensci.org/tesseract/
https://ropensci.r-universe.dev/tesseract
BugReports: https://github.com/ropensci/tesseract/issues
SystemRequirements: Tesseract >= 3.03 (libtesseract-dev / tesseract-devel) and
Leptonica (libleptonica-dev / leptonica-devel). On Debian you need to install
the English training data separately (tesseract-ocr-eng)
Imports:
Rcpp (>= 0.12.12),
pdftools (>= 1.5),
curl,
rappdirs,
digest
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
magick (>= 1.7),
spelling,
knitr,
tibble,
rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US