Skip to content

Support for extracting tables as structured data #3

@ArkNill

Description

@ArkNill

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions