nutrient-document-processing

Automate document conversion, OCR, extraction, redaction, signing, and form filling via the Nutrient DWS API.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/LiamVDB1/opencode-config --skill nutrient-document-processing-liamvdb1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/LiamVDB1/opencode-config/tree/main/skills/nutrient-document-processing
Command: npx skills add https://github.com/LiamVDB1/opencode-config --skill nutrient-document-processing-liamvdb1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates complex document manipulation tasks, saving time and reducing manual effort in document processing workflows.

Core Features & Use Cases

  • Format Conversion: Convert between various document formats (PDF, DOCX, XLSX, HTML, images, etc.).
  • OCR: Perform Optical Character Recognition on scanned documents to make them searchable.
  • Data Extraction: Extract plain text or tables from documents.
  • Redaction: Remove sensitive information using presets or custom regex.
  • Digital Signatures & Form Filling: Apply digital signatures and programmatically fill PDF forms.
  • Use Case: Automatically convert a batch of scanned invoices (images) into searchable PDFs, extract key data into an Excel sheet, and redact any sensitive client information before archiving.

Quick Start

Use the nutrient-document-processing skill to convert the attached file 'report.docx' to 'report.pdf'.

Frequently Asked Questions about nutrient-document-processing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a DOCX file to PDF and extract its text content?

You can convert DOCX files to PDF and extract plain text or tables using the Nutrient DWS API, which supports format conversion and data extraction for DOCX, PDF, and other document types.

Can I perform OCR on scanned PDFs and images to make them searchable?

Yes, OCR can be performed on scanned documents and images to make them searchable. The Skill uses the Nutrient DWS API to apply Optical Character Recognition, converting image-based documents into searchable text.

How do I redact sensitive information in a PDF using custom patterns?

You can redact sensitive information in PDFs using built-in presets or custom regex patterns. The Skill automates this document redaction process through the Nutrient DWS API to remove specified data before archiving.

Does this document processing approach support filling PDF forms and applying digital signatures?

Yes, it supports applying digital signatures and programmatically filling PDF forms. The Skill integrates with the Nutrient DWS API to handle form filling and signing operations for PDF documents.

What is the best way to automate batch processing of scanned invoices into Excel?

Automate batch invoice processing by using the Skill to run OCR on scanned images, extract key data into an Excel sheet, and redact sensitive client information, all handled through the Nutrient DWS API.

What file formats are supported for document conversion?

Supported formats include PDF, DOCX, XLSX, PPTX, HTML, and various image types. The Skill handles conversion between these formats using the Nutrient DWS API for comprehensive document manipulation.