> ## Documentation Index
> Fetch the complete documentation index at: https://docs.odella.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Extract from Text

> Extracts structured data from text. Supports multiple formats:

## Extract from Text

Extracts structured data from text. Supports multiple formats:

* **JSON** — finds and parses the first JSON object or array
* **YAML** — finds and parses YAML by a root property name
* **Code Blocks** — extracts fenced code blocks from markdown
* **Tables** — extracts tables from markdown
* **Pattern** — extracts text using a regular expression

## Block metadata

| Field        | Value             |
| ------------ | ----------------- |
| Block ID     | `extractFromText` |
| Display name | Extract from Text |
| Group        | Modifiers         |
