nutrient-document-processing

Convert, OCR, extract, redact, sign, and fill documents via the Nutrient DWS API.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill nutrient-document-processing-richardnpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/richardnpaul/everything-vscode-copilot/tree/main/.github/skills/nutrient-document-processing
Command: npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill nutrient-document-processing-richardnpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Nutrient Document Processing skill streamlines multi-format document handling by performing conversion, OCR, extraction, redaction, signing, and form filling through the Nutrient DWS API, reducing manual, error-prone workflows.

Core Features & Use Cases

  • Convert documents between formats (PDF, DOCX, XLSX, PPTX, HTML, and images)
  • Extract text and tables for downstream processing
  • OCR scanned documents in multiple languages
  • Redact sensitive information before sharing
  • Add watermarks and apply digital signatures
  • Fill PDF forms programmatically
  • Use Case: Automate vendor invoice processing, contract redaction, and form digitization.

Quick Start

Provide your Nutrient API key and submit a sample document to the processor to convert, extract, or redact content.

Frequently Asked Questions about nutrient-document-processing

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

FAQPage Schema
How do I extract text and tables from PDF and DOCX files?

You can extract text and tables from PDF, DOCX, and XLSX files by submitting them to the processor with your API key and an extraction instruction, which returns structured data for downstream processing.

Can I OCR scanned documents in multiple languages?

Yes, you can OCR scanned documents in multiple languages by sending image or PDF inputs with an optional language parameter in the JSON payload to the Nutrient DWS API endpoints.

Do I need a Nutrient API key to redact and sign documents programmatically?

Yes, you need a Nutrient API key to authenticate multipart requests for redacting sensitive information and applying digital signatures to documents like contracts before sharing them.

What is the best way to convert between PDF, DOCX, XLSX, PPTX, and HTML formats?

The best way to convert between PDF, DOCX, XLSX, PPTX, and HTML formats is to use the Nutrient DWS API, which handles multi-format document conversion through programmatic API endpoints.

How do I fill PDF forms and add watermarks via an API?

To fill PDF forms and add watermarks via an API, you send multipart requests with per-instruction JSON payloads containing specific actions and outputs to the Nutrient document processor.