I am using pdftools in R to get text from pdf, but I am having several problems geting the information.
With this pdf for example when I try to get the text:
library(pdftools)
pdf_text(paste(ruta, "Factura.pdf"))
(Ruta is where you put the pdf). With this file I don´t get anything. This step works with pdf which are perfect (like this), but when the pdf has scanned information lost accurancy.
Is there any other way to get text from a pdf with R which solve this type of problem?
Thanks