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

# Extract Text from Docx

> Extract text from a DOCX document

## Configuration

* **Node Type:** action

### Input Fields

| Field Name    | Data Type | Required | Description        |
| ------------- | --------- | -------- | ------------------ |
| Document Link | Text      | True     | The DOCX file Link |

```json theme={null}
{ "documentLink": "<document link>" },
```

### Output Fields

| Field Name     | Data Type | Required | Description    |
| -------------- | --------- | -------- | -------------- |
| Extracted Text | Text      | True     | Extracted text |

```json theme={null}
{ "text": "<extracted text>" },
```
