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.
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?