# n8n-nodes-doc-to-text

Custom n8n node to convert `.doc` files to plain text using the [mammoth](https://www.npmjs.com/package/mammoth) package.

## Features

- Input: Local path to `.doc` file
- Output: Extracted plain text
- Based on `mammoth` for DOC/DOCX parsing

## Installation

```bash
git clone https://github.com/YOUR_USERNAME/n8n-nodes-doc-to-text
cd n8n-nodes-doc-to-text
npm install
npm run build
n8n install .
```

## Usage

After installation, restart `n8n`. The node will appear in the editor as **DOC to Text**.

## Node Info

- Display Name: `DOC to Text`
- Group: `Transform`
