How to make google cloud vision read multiple files through google drive


This is my current set up, where I am trying to get multiple PDF files inside a folder to be sent to the cloud vision for text extraction.

However, from this screen shot here:

I am only able to map it to a single file, despite the pdf_test folder containing multiple files.

So I decided to use a google drive (search a file) > Iterator > download a file google drive > cloud vision

The out put is not what I am expecting. It is extracting 2 of the same pdf file that is in the pdf_test folder. Is there a good fix to this?

Is there any way for cloud vision to extract text of multiple files without making branch for individual file? I must be missing something :frowning: