Need to scrape pdf data

I need to scrape the data from 10 pdf where the positions of different in each pdf but i want to extract the data correctly although the position changes and need to paste the data in the excel under correct column name
2pdf
1pdf
above image data is how the position changes

You can use the https://docs.uipath.com/activities/docs/read-pdf-files activity to get the text of the PDF.

Then you can build your own string manipulation logic to get the dates.
E.g. get the index of ‘policy_bind_date’ and then use substring to extract the next X character.

Or try some of those activities: ACP Digital - Advanced String Manipulation - RPA Component | UiPath Marketplace

Especially the ‘get middle substrings’ one might help.