Need to extract the specific data from PDF to excel in specific format

Hello All,
I require your support on the below scenario.

I am having one PDF which contains of 10 pages(First pages contain invoice number and Invoice date and some of the pages also contain the same but all are unique.

Need to extract the specific data and write in excel.

Hi
We can use READ PDF or READ PDF OCR and get the output with a variable of type string
—then use string manipulation or Regex method to get the value we want

Cheers @Kabeer