pdfx_html: Get html version of the extracted text

View source: R/pdfx.r

pdfx_htmlR Documentation

Get html version of the extracted text

Description

Get html version of the extracted text

Usage

pdfx_html(input, ...)

Arguments

input

Output from pdfx function

...

Further args passed to GET. These aren't named, so just do e.g. , verbose(), or timeout(3)

Examples


path <- "~/github/sac/scott/pdfs/BarraquandEtal2014peerj.pdf"
out <- pdfx(file = path)
pdfx_html(out)


sckott/extractr documentation built on May 20, 2022, 1:12 p.m.