Is it possible to parse text data from PDF files in R? There does not appear to be a relevant package for such extraction, but has anyone attempted or seen this done in R?
In Python there there is PDFMiner, but I would like to keep this analysis all in R if possible.
Any suggestions?