I am trying to extract data from PDF files containing multiple tables. I could not find any package to do that.
I used online tools to convert PDF to html, then use package XML to convert html to data frame.
I manually convert PDF to html and want to automate the process. Is there R package to achieve this function?
PS: This is not a duplicate post. It is different from Extracting text data from PDF files.
I want to convert pdf to html, not text data.
Now I get answer that R does not have package to achieve my goal.