forked from ropensci/tabulapdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.55 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
Package: tabulizer
Type: Package
Title: Bindings for 'Tabula' PDF Table Extractor Library
Version: 0.2.2
Authors@R: c(person("Thomas J.", "Leeper",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Tom", "Paskhalis",
role = "cre",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9298-8850")),
person("David", "Gohel",
role = "ctb",
comment = "rOpenSci reviewer"),
person("Lincoln", "Mullen",
role = "ctb",
comment = "rOpenSci reviewer"),
person("Thore", "Engel",
role = "ctb"))
Maintainer: Tom Paskhalis <[email protected]>
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
SystemRequirements: Java (>= 7.0)
VignetteBuilder: knitr
RoxygenNote: 6.1.1