-
Notifications
You must be signed in to change notification settings - Fork 71
/
DESCRIPTION
28 lines (28 loc) · 1.02 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
Package: pdftools
Type: Package
Title: Text Extraction, Rendering and Converting of PDF Documents
Version: 3.4.1
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289"))
Description: Utilities based on 'libpoppler' <https://poppler.freedesktop.org> for extracting
text, fonts, attachments and metadata from a PDF file. Also supports high quality rendering
of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for further
processing in R.
License: MIT + file LICENSE
URL: https://ropensci.r-universe.dev/pdftools,
https://docs.ropensci.org/pdftools/
BugReports: https://github.com/ropensci/pdftools/issues
SystemRequirements: Poppler C++ API: libpoppler-cpp-dev (deb) or poppler-cpp-devel (rpm),
and poppler-data (rpm/deb) package.
Encoding: UTF-8
Imports:
Rcpp (>= 0.12.12),
qpdf
LinkingTo: Rcpp
Suggests:
png,
webp,
tesseract,
testthat
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)