Summary
After the escape-aware comment stripper restored previously truncated text, two downstream layout cases surfaced:
- A continuation page of a ruled five-column table is emitted as flattened prose instead of preserving its row and cell structure.
- A page containing a chart above two-column prose is classified as a table, causing the right-column paragraph to be emitted before the left-column paragraph.
The recovered text itself is correct. The layout pipeline should preserve ruled continuation tables and should keep prose below chart-like grids in left-to-right column order.
Summary
After the escape-aware comment stripper restored previously truncated text, two downstream layout cases surfaced:
The recovered text itself is correct. The layout pipeline should preserve ruled continuation tables and should keep prose below chart-like grids in left-to-right column order.