Hello Guys, How to extract specific elements(pan no, name,Date) from multiple pdf invoice files which was in a folder

Hello Guys, How to extract specific elements(pan no, name,Date) from multiple pdf invoice files which was in a folder…

Hi @Rahul1122

1.Use assign activity ListOfFiles = Directory.GetFiles(“PathOfTheFolder”). Now ListOfFiles is array.
2.Next use for each activity pass ListOfFiles and then use Start Process activity pass the item of for each now pdf file is open.
3.use Get OCR Text Activity get the pan no,name and Date.

Regards,
Kommi Jeevan.

1 Like

hii…can u share me any example if u have??

I don’t have any input pdf files.