Feature Request
HTML tables are currently converted to markdown tables, but structured extraction (list of dicts) would be useful for downstream processing.
result = await extract(url, extract_tables=True)
result.tables # list[list[dict]]
Use Case
Financial data, comparison pages, API documentation tables.