Skip to main content

Module table

Module table 

Source
Expand description

Markdown and structured table parsing, grid layout, SVG rendering, and reverse extraction.

Structs§

TableData

Enums§

TableAlign

Functions§

extract_markdown_table_from_svg
Reverse extraction: reads SVG containing a table and reconstructs Markdown Table.
layout_and_render_table
Computes column widths, row heights, and generates clean Page IR for the table.
parse_delimited_table
Parses CSV or TSV text into a bounded table model.
parse_markdown_table
Parses GFM markdown table subset