I want to analyze a PDF file as a set of images, rather than extract text. I’m trying to use the ‘Convert PDF to Images’ block, but I can’t tell what the output variable format is. It says an array of images, but are these URLs, or base64 strings, etc. The ‘quick help’ is completely empty for this block, so I don’t know how I can use this variable.
Most importantly, how can I use this output in the ‘Analyze Image’ block? That block asks for a URL for each image. Can I simply use the output variable from the previous step (Convert PDF to Images)?
It would be incredibly helpful (to many people, I’m sure) if there was an ‘Analyze PDF as Images’ block, which could take a PDF URL and pass it as a set of images to a model for analysis.