Skip to content

fix(layout): preserve tables and column order after text recovery #260

Description

@abimaelmartell

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions