I need to extract data from PDF. All the data are getting in one line. The date is going to the next line.
Date is not available in every line item. It’s available only at end of the page. I cannot make Date in regular field because if pdf is multipage, the next page contains different date.
regular fields can de confined to pages as well by the way you scrape them always…so if you say first page date is hwat you need you can get the field from only first
No, The date differs from page to page. Say for example if 1st page have 5 line items & one date at the bottom of 1st page. For those 5 line item i need to consider that date.
In 2nd page if there is 3 line item & date at 2nd page bottom for this 3 line item I need to consider 2nd page date value.