I am working on a project where we have PDFs that have a varying number of pages and I want to select the same section from each page, but (as far as I can tell) if I am just using the Image Template tool, I have to select each page uniquely, which is a bit of a burden and not dynamic. I notice that the Markup output of the Image Template tool is just some JSON (or XML IDK) so we should theoretically be able to rebuild this markup field to select the information from every page. When I did this though, the second I connected my Summary tool (below) to the input, I got this error that I think is pretty unique. It popped up the second I connected the tool, before any runs. The error was essentially an unexpected end of string error so I went through the JSON (or XML IDK) and everything looks in order.
I am curious if changing the markup field is an option and if the "T" input of the Image to Text tool HAS to be from the "Image Template" tool as the language in the documentation sort of points to.
Hi @Treyson ,
It does not have to be -- I actually did this myself as well. Its not the cleanest but attached is what I did. For some reason, you need to also have the description updated for it to work too.
Attached is a sample workflow for you to look at
Please make sure to mark as a solution if this solved your problem