forked from ropensci/tabulapdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.7 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
Package: tabulizer
Type: Package
Title: Bindings for 'Tabula' PDF Table Extractor Library
Version: 0.2.3
Authors@R: c(person("Thomas J.", "Leeper",
role = "aut",
email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Mauricio", "Vargas",
role = c("aut","cre"),
email = "hello+r@pacha.dev",
comment = c(ORCID = "0000-0003-1017-7574")),
person("Tom", "Paskhalis",
role = "aut",
email = "tpaskhalis@gmail.com",
comment = c(ORCID = "0000-0001-9298-8850")),
person("David", "Gohel",
role = "ctb",
comment = "rOpenSci reviewer"),
person("Lincoln", "Mullen",
role = "ctb",
comment = "rOpenSci reviewer"))
Description: Bindings for the 'Tabula' <http://tabula.technology/> 'Java'
library, which can extract tables from PDF documents. The 'tabulizerjars'
package <https://github.com/ropensci/tabulizerjars> provides versioned
'Java' .jar files, including all dependencies, aligned to releases of
'Tabula'.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/tabulizer (website)
https://github.com/ropensci/tabulizer
BugReports: https://github.com/ropensci/tabulizer/issues
Imports:
png,
rJava,
tabulizerjars,
tools,
utils
Suggests:
graphics,
grDevices,
knitr,
miniUI,
shiny,
testthat,
rmarkdown,
covr
Remotes: ropensci/tabulizerjars
SystemRequirements: Java (>= 7.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.1