Hi all, I have searched many threads and cannot find one that answers my question. I am trying to create a flow that does the following:
- Loads a list of files (images) from sharepoint
- Then use OCR to process each one of them in series.
- Output the filename and the text results into a single excel file.
I can create a flow that works for one image but have not found a way to do multiple.
I can create an array using List Folder and output all the filenames onto a new row in the excel sheet.
The flow I have here, it picks up all of the file names and feeds them to the array, I just cannot work out how to then feed them into OCR.
Thanks for your help. Apologies if this is already covered somewhere in the depths of the forum, I just have not found the answer.