How to Upload Multiple Images?

Hello,

I am trying to upload a folder with multiple images to be analysed by the Image Analyser Node. I’m able to upload one but not multiple ones. While bulk processing of PDFs works with the Zip File Reader, I am unable to find any ways to upload multiple images to a flow.

Any suggestions or ideas on how to achieve that?

Thanks a lot in advance!
Alex

having the same issue

Hey @NikoPajko - Could you please share your workbook link? Make sure to set the access to ‘anyone with the link can view’ under the share button.

Happy to share my workbook if it can help. I have just included on Analyse Image Node.

https://www.gumloop.com/pipeline?workbook_id=x62WCtgDZtmLmgqjxxrpjV&run_id=GZRxpztkrET5LECSDSxo5v

The idea is to upload multiple images of product specifications (sometimes 30+ in one go) and that the node analyses them and extracts all the data in JSON format. From then, the data will be processed in another Workbook.

Currently I can only upload one image at a time so it’s very similar than just uploading to Chat GPT. The point of building a workbook like this is to be able to do this analysis at scale. It works for PDFs through the ZIP file reader but it doesn’t seem to be possible with images at the moment, unless you have any suggestions?

Many thanks in advance.
Alex

Thank you for sharing! The issue here is that you’re passing the File Content instead of the File itself in the Analyze Image node.

Once you switch that, it should work properly.

You are right, It works! Thank you so much for this.

This topic was solved and automatically closed 60 minutes after the last reply. New replies are no longer allowed.