I would like yo read mydata.pdf in R... I use the following lines comands
>pdf <- readPDF(PdftotextOptions = "-layout")
>dat <- pdf(elem = list(uri='bmi_tbl.pdf'), language='en', id='id1')
The first error is the following
> pdf <- readPDF(PdftotextOptions = "-layout")
Error in readPDF(PdftotextOptions = "-layout") :
unused argument (PdftotextOptions = "-layout")
I dont know what is the problem