I have PDF file and it has multiple tables which are not in same format.this file is generating from XML and I want to compare XML values to PDF values which are source to PDF .
I have done so many exercises by using tabulizer packages but it couldn’t resolve my issue.could you please help me any one on this
A good way to get help with this sort of thing is to pose an example questions as a reprex (or as close to a reproducible example as possible). FAQ: Tips for writing R-related questions.
It's not totally clear to me the problem that you're having, but there are a number of R packages that may help. These are all in the aim of getting your pdf and xml data into something you can work with in R.
PDF file is report and this PDF is generating from XML file.so i want to compare XML values and PDF values like source to target comparison. is there any way to load multiple tables which are different from PDF to CSV file format.
I am able to convert xml file into csv so if I can convert pdf also into csv then we can compare two csv files using R