-
Notifications
You must be signed in to change notification settings - Fork 71
/
DESCRIPTION
60 lines (60 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: tabulapdf
Type: Package
Title: Extract Tables from PDF Documents
Description: Bindings for the 'Tabula' <https://tabula.technology/> 'Java'
library, which can extract tables from PDF files. This tool can reduce time
and effort in data extraction processes in fields like investigative
journalism. It allows for automatic and manual table extraction, the latter
facilitated through a 'Shiny' interface, enabling manual areas selection\
with a computer mouse for data retrieval.
Version: 1.0.5-4
Authors@R: c(
person("Thomas J.", "Leeper",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Mauricio", "Vargas Sepulveda",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1017-7574")),
person("Tom", "Paskhalis",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9298-8850")),
person("Manuel", "Aristaran",
role = "ctb"),
person("David", "Gohel",
role = "ctb",
comment = "rOpenSci reviewer"),
person("Lincoln", "Mullen",
role = "ctb",
comment = "rOpenSci reviewer"),
person("Munk School of Global Affairs and Public Policy",
role = "fnd")
)
License: Apache License (>= 2)
URL: https://docs.ropensci.org/tabulapdf/ (website)
https://github.com/ropensci/tabulapdf/
BugReports: https://github.com/ropensci/tabulapdf/issues/
Imports:
png,
readr,
rJava,
tools,
utils
Suggests:
graphics,
grDevices,
knitr,
miniUI,
shiny,
testthat,
rmarkdown,
covr
SystemRequirements: Java (>= 7.0):
openjdk-11-jdk (deb),
java-11-openjdk.x86_64 (rpm),
openjdk@11 (brew)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1