Need help to read the PDF data using chrome browser and region mode

Sathishkumar05

New Member
Hi Friends,

i have builed the logic to read the data from pdf. i can able to read but i need to read multiple pdf data using loop. first file only i can read without issues when second pdf loaded it's not working. Any properties i need to set in Application modulizer?
 

Sukesh Kumaru

Active Member
Hi,

Get all pdf filepaths into a collection by Get Files action and try to pass this filepaths to url section of the web browser and read one-by-one pdf data by looping the collection.
 

Sathishkumar05

New Member
Hi Sukesh,

Thanks for your help..
I can pass the filepath URL section and next PDF also loaded successfuly. while reading the next pdf data i am getting this error: "Cannot find region identified as an image.".
 
Top