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
example:
Just say in one PDF we have 4 tables
Customers
Customer_id customer_name customer_product customer_dept
Product:
Product_id product_name product_cost
Dept
Dept_id dept_name dept_loc
Country
Country_id country_name country_address
The above tables are in single pdf now my sceniory is I want load all 4 tables in one csv format
Note : all 4 tables attarabutes are different and not in same structure