Extract same type of data located on multiple pages of a huge PDF file

PDF_Example.pdf (93.0 KB)

My goal is to add all the “Total number of pieces mailed” located on different pages of the enclosed PDF file example.

The number I am looking for in this example is 1259 (5+1+1253)

The actual PDF file is huge (more than 50 pages long).

I’m able to get the total number by using Taxonomy. But it takes so long to get the result (more than 2 minutes!). And I have to do the same for other 5-10 PDF files!

Could you please help me to find a better/faster way to obtain the result.

Thank you so much,
Jenny

@Attanasi_Jenny

Welcome to our UiPath community.

Can you try with Regex or string manipulation function to read the required data from PDF file.