Hello to everyone,
i’m building a sequence to automate the import of employees’s salaries to the bank but in order to be able to make this, I have to extract this data from a data table in a pdf file like this:
the columns that interested me are “cognome”, “nome”, “importo”.
As you can see, the table could be split in two or more pages of pdf and this fact create some difficult for me.
How can i solve?
Tks guys