forked from ropensci/tabulapdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.04 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
Package: tabulizer
Type: Package
Title: Bindings for Tabula PDF Table Extractor Library
Version: 0.1.24
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"),
email = "[email protected]"),
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://github.com/ropensci/tabulizer
BugReports: https://github.com/ropensci/tabulizer/issues
Imports:
utils,
tools,
tabulizerjars,
rJava,
png
Suggests:
graphics,
grDevices,
shiny,
miniUI,
testthat,
knitr
RoxygenNote: 6.0.1
Remotes: github::ropensci/tabulizerjars