nutrient-document-processing

Automate document processing via the Nutrient DWS API for format conversion and content extraction.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill nutrient-document-processing-devs6186
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/devs6186/claude-private-skills-agents-commands/tree/main/skills/nutrient-document-processing
Command: npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill nutrient-document-processing-devs6186

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end document processing by interfacing with the Nutrient DWS Processor API to convert formats, extract text and tables, OCR scanned content, redact PII, add watermarks, digitally sign, and fill PDF forms.

Core Features & Use Cases

  • Convert between formats (PDF, DOCX, HTML, images, and more)
  • Extract plain text and structured table data for downstream workflows
  • OCR support for scanned documents and images
  • Redact sensitive information before sharing or storage
  • Add watermarks for drafts and approvals
  • Digitally sign contracts and fill PDF forms
  • Use Case: automate contract processing, data extraction for records, and archival digitization at scale

Quick Start

Call the Nutrient DWS Processor API with your document and a simple instruction set 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 automate PDF document processing like format conversion and OCR?

You can automate PDF document processing by sending a multipart POST request with an instructions JSON to the Nutrient DWS API to perform OCR, format conversion, and content extraction across various document types.

Can I extract text and tables from scanned documents using an API?

Yes, you can extract plain text and structured table data from scanned documents and images by utilizing the OCR capabilities provided through the Nutrient DWS Processor API.

What is the best way to redact sensitive information and add watermarks to PDFs?

Redacting sensitive PII and adding watermarks to PDFs is handled by configuring the redaction and watermarking instructions within your JSON payload sent to the Nutrient DWS build API.

Does the Nutrient API support filling PDF forms and digitally signing contracts?

Yes, the Nutrient API supports digitally signing contracts and filling PDF forms by including the appropriate instructions in your API request alongside your input documents.

Do I need an API key to convert HTML and DOCX files into PDF format?

Yes, you need a valid Nutrient DWS API key for authentication to convert formats like HTML and DOCX into PDF, as the document processing requires authenticating your multipart POST requests.

What file formats are supported for document conversion and content extraction?

The document processing API supports conversion and content extraction across PDF, DOCX, HTML, and various image formats, allowing you to transform inputs and extract structured data for downstream workflows.