Hi, everyone
Im trying to read a PDF file where i have 22 pages, and same data appears more than one time (it’s like 7 times per page).
But, in every ocurrency this have different values.
Example:
1st ocurrency: st =1234567
2nd ocurrency: st = 1223334
I need to get all values for “st” (i’ll add all data on excel file on future, but actualy i can only get the first value of “st”).
How can i do that?