pdftotext: Use pdftotext to get text from a pdf

View source: R/xpdf.r

pdftotextR Documentation

Use pdftotext to get text from a pdf

Description

Use pdftotext to get text from a pdf

Usage

pdftotext(path, ...)

Arguments

path

A file path.

...

Further command line flags passed to pdftotext. see examples

Examples


path <- "~/github/sac/scott/pdfs/ChamberlainEtal2013Ecosphere.pdf"
pdftotext(path)


ropensci/extractr documentation built on May 18, 2022, 9:56 a.m.