Learn R Programming

rcrossref (version 0.5.2)

extract_xpdf: Extract text from a single pdf document.

Description

Extract text from a single pdf document.

Usage

extract_xpdf(path)

Arguments

path
Path to a file

Value

An object of class xpdf_char

Details

Download xpdf from http://www.foolabs.com/xpdf/download.html

Examples

Run this code
## Not run: 
# path <- system.file("examples", "MairChamberlain2014RJournal.pdf", package = "rcrossref")
# (res_xpdf <- extract_xpdf(path))
# res_xpdf$meta
# res_xpdf$data
# ## End(Not run)

Run the code above in your browser using DataLab