Hello,
I need to process PDF which has multiple tables. Data scenario is as below:
- Data section’s start position is not fix. In next PDF, data may be at top of the page or bottom of the page.
- Header for the table is only on page1 but subsequent pages don’t have header row.
- Read the data from both the pages and save to one single excel worksheet.
I have tried multiple ways to retrieve data but no success yet. Attaching sample data PDF - I need to retrieve data for “Rate Types” from it. “Rate Types” section data is starting from page1 and continue in page2.
Form extractor is working on first page only but not able to retrieve data from next page.
Extract Document data activity with ‘Generative’ extractor, also not giving me proper data. It is giving data as below:
Can you please help? Which is best method to retrieve data from this kind of PDF?
SampleData.pdf (203.8 KB)