---
title: "Load Word Document"
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/docx/loadworddocument
markdown: https://docs.nodetool.ai/nodes/lib/docx/loadworddocument.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/docx/loadworddocument.md
---

# Load Word Document

**Type:** `lib.docx.LoadWordDocument`

**Namespace:** `lib.docx`

## Description

Loads a Word document from disk
    document, docx, file, load, input

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| path | `str` | Path to the document to load | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `document` |  |

## Related Nodes

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