forked from ropensci/pdftools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 1.06 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
Package: pdftools
Type: Package
Title: Text Extraction, Rendering and Converting of PDF Documents
Version: 1.8
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
comment = c(ORCID = "0000-0002-4035-0289"))
Description: Utilities based on 'libpoppler' for extracting text, fonts, attachments and
metadata from a PDF file. Also supports high quality rendering of PDF documents info
PNG, JPEG, TIFF format, or into raw bitmap vectors for further processing in R.
License: MIT + file LICENSE
URL: https://ropensci.org/blog/2016/03/01/pdftools-and-jeroen (blog)
https://github.com/ropensci/pdftools#readme (devel)
https://poppler.freedesktop.org (upstream)
BugReports: https://github.com/ropensci/pdftools/issues
SystemRequirements: Poppler C++ API: libpoppler-cpp-dev (deb) or poppler-cpp-devel (rpm).
The unit tests also require the 'poppler-data' package (rpm/deb)
Encoding: UTF-8
Imports: Rcpp (>= 0.12.12)
LinkingTo: Rcpp
Suggests: jpeg, png, webp,
testthat
RoxygenNote: 6.0.1.9000
Roxygen: list(markdown = TRUE)