Read PDF relative to word(s)

Hi all

I have the following problem:

I want to read numbers (has to be OCR, read pdf text does not work) from a pdf. This reading should be done relative to the word ‘Word’, the number will always be at the same position relative to the word ‘Word’. It should read it for each occurence of ‘Word’ and put the results in a datatable.

The pdf does not contain a fixed number of ‘Word’ occurences. The PDF can be multiple pages long. An example is attached.

Thanks for your help!

Nicolas

Word92920.pdf (7.6 KB)

Hi @Nicolas_Vermeulen_BE,

Here I have attached the sample to read the pdf and stored into the variable in both. So Now you have result text. you Have to do the string population like split the string by space etc…

File : pdfRead.zip (6.1 KB)

Regards
Balamurugan

Hi Nicolas,
I have attached XAML please let me know if it serve your purpose.pdf.xaml (9.1 KB)