---
title: "Extract Tables"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/markdown/extracttables
markdown: https://docs.nodetool.ai/nodes/lib/markdown/extracttables.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/markdown/extracttables.md
---

# Extract Tables

**Type:** `lib.markdown.ExtractTables`

**Namespace:** `lib.markdown`

## Description

Extracts tables from markdown and converts them to structured data.
    markdown, tables, data

    Use cases:
    - Extract tabular data from markdown
    - Convert markdown tables to structured formats
    - Analyze tabulated information

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| markdown | `str` | The markdown text to analyze | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dataframe` |  |

## Related Nodes

Browse other nodes in the [lib.markdown](./) namespace.
