doc-to-text

Custom n8n node to convert .doc files to text using mammoth

Package Information

Released: 4/4/2025
Downloads: 30 weekly / 85 monthly
Latest Version: 1.0.17
Author: feniksss

Documentation

n8n-nodes-doc-to-text

Custom n8n node to convert .doc files to plain text using the mammoth package.

Features

  • Input: Local path to .doc file
  • Output: Extracted plain text
  • Based on mammoth for 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

Discussion