n8n-nodes-doc-to-text
v1.0.17
Published
Custom n8n node to convert .doc files to text using mammoth
Readme
n8n-nodes-doc-to-text
Custom n8n node to convert .doc files to plain text using the mammoth package.
Features
- Input: Local path to
.docfile - Output: Extracted plain text
- Based on
mammothfor DOC/DOCX parsing
Installation
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
