I can able to read one pdf file at one time by using “read pdf with text”. But I want to read multiple pdf files from the folder. How should I keep in the loop to read each file, Can anyone help with the logic
Thanks in advance
I can able to read one pdf file at one time by using “read pdf with text”. But I want to read multiple pdf files from the folder. How should I keep in the loop to read each file, Can anyone help with the logic
Thanks in advance
Hi @NikhilRPA
For my idea:
1.Create array variable for get file directory
2.Create int variable for running array
3.Get PDF file directory to array
FilePath = Directory.getfiles(“Put your folder path”)
4.For each to put array value to “Read PDF text”
You can refer as below for guideline
ReadMultiPDF.zip (523.7 KB)
I hope it will be useful to you
Thanks really helpful @Natapong
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.