-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
35 lines (35 loc) · 937 Bytes
/
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
Type: Package
Package: PDFR
Title: Extract Text From PDFs In An R Friendly Way
Version: 0.1.0
Authors@R: c(
person("Allan", "Cameron", , "[email protected]", role = c("aut", "cre", "cph")),
person("Eli", "Pousson", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8280-1706"))
)
Maintainer: Allan Cameron <[email protected]>
Description: Extracts text from PDF into an R dataframe giving the
content, size, position and font of any text elements. This
information can then be manipulated in R.
License: MIT + file LICENSE
URL: https://github.com/AllanCameron/PDFR
BugReports: https://github.com/AllanCameron/PDFR/issues
Depends:
R (>= 2.10)
Imports:
cli,
grDevices,
grid,
Rcpp,
rlang
Suggests:
ggplot2,
testthat
LinkingTo:
Rcpp,
testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
StagedInstall: no
SystemRequirements: C++11