In my use-case, when performing batch processing of invoices, there's a chance that mutiple invoices might be included in the same file.
It appears that each file processed is treated as a single invoice. Is there a way to get an output with the content of each invoice within a specific file?
I tried looking at the Splitter processor but it appears to just give metadata on each split page.