Package: tabulapdf
Type: Package
Title: Extract Tables from PDF Documents
Description: Bindings for the 'Tabula'
'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-5
Authors@R: c(
person("Thomas J.", "Leeper",
role = "aut",
email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Mauricio", "Vargas Sepulveda",
role = c("aut","cre"),
email = "m.sepulveda@mail.utoronto.ca",
comment = c(ORCID = "0000-0003-1017-7574")),
person("Tom", "Paskhalis",
role = "aut",
email = "tpaskhalis@gmail.com",
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.2
Config/pak/sysreqs: make default-jdk libpng-dev libx11-dev
Repository: https://ropensci.r-universe.dev
Date/Publication: 2025-01-03 08:31:08 UTC
RemoteUrl: https://github.com/ropensci/tabulapdf
RemoteRef: main
RemoteSha: 03cabea1c4cd5fec818a9539115d773c5cb4ff0b
NeedsCompilation: no
Packaged: 2026-07-01 08:16:10 UTC; root
Author: Thomas J. Leeper [aut] (ORCID: ),
Mauricio Vargas Sepulveda [aut, cre] (ORCID:
),
Tom Paskhalis [aut] (ORCID: ),
Manuel Aristaran [ctb],
David Gohel [ctb] (rOpenSci reviewer),
Lincoln Mullen [ctb] (rOpenSci reviewer),
Munk School of Global Affairs and Public Policy [fnd]
Maintainer: Mauricio Vargas Sepulveda