pdf - Installing PDFtotext in R (new to R) -


i very, new r (consider me illiterate) , trying run package pdftotext

when run these commands:

library(tm) pdf=readpdf(control=list(text="-layout"))(elem=list(uri=uri), language="en", id="idi") 

i error:

 error in system2("pdftotext", c(control$text, shquote(x), "-"), stdout = true) : "pdftotext" not found  in addition: warning message: running command "pdfinfo" "c:\*****\nclr ar 2005.pdf" had status 127 

does know problem might be?


Comments