An AI tool in Foundry for analyzing documents and media to classify content, extract entities, and generate structured understanding
hi Prafful Agarwal & thx for sharing urs issue here at Q&A portal,
If you're relying on the generated Markdown alone, I don't think there's a way to recover the original page break once the table has been merged.
The Markdown output is meant to preserve the document structure, not necessarily the physical page layout. When a table spans pages, it's expected that it may be emitted as a single table without page-break markers.
If you need row-level page attribution, I'd look at the structured output (JSON) instead of the Markdown. Check whether the extracted table cells, spans, or bounding regions include page references that you can map back to the source document.
If the structured output doesn't expose page information for the table rows either, then this is currently a product limitation rather than something that can be reconstructed from the Markdown after the fact. I'd be interested to hear from the product team whether preserving page boundaries within multi-page tables is supported or on the roadmap.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/