How to read multiple pdf file and get some specific data from files so ho to do?
Please share if zop file available
- Use read pdf activity
- Regex depending on what values you need…can use matches activity or find match activity
Cheers
There is multiple file i hve to read specific data
Hello @Suraj_Gaikwad_Nuvama_Grou, I believe that depending on the PDF structure you can use the OCR to read the PDF’s, but in order to extract data from them you’ll need to use RegEx.
Cheers!
Use for each file in folder activity to loop theough so that i loops through every file
Cheers