nutrient-document-processing

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

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/hieuck/Pro5ChromeManager --skill nutrient-document-processing-hieuck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/hieuck/Pro5ChromeManager/tree/main/skills/nutrient-document-processing
Command: npx skills add https://github.com/hieuck/Pro5ChromeManager --skill nutrient-document-processing-hieuck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Document processing tasks like conversion, text extraction, OCR, redaction, signatures, and form filling are repetitive and error-prone when done manually.

Core Features & Use Cases

  • Convert formats (PDF, DOCX, XLSX, PPTX, HTML, and images) and extract text and tables.
  • OCR for scanned documents and images with language support.
  • Redact PII, apply watermarks, digitally sign, and fill PDF forms via the Nutrient DWS API.
  • Use cases include automating contract workflows, invoice processing, and archival digitization.

Quick Start

Obtain an API key and run a sample request against the Nutrient DWS API to process a document.

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 conversion and OCR for scanned documents?

PDF conversion and OCR for scanned documents are automated by sending multipart POST requests with an instructions payload to the Nutrient DWS API, which processes files and extracts text.

What do I need to redact PII and apply digital signatures to files?

To redact PII and apply digital signatures to files, you need a Nutrient API key to authenticate multipart POST requests sent to the build endpoint with your document processing instructions.

Can I use the Nutrient API to convert DOCX, XLSX, and PPTX formats?

Yes, the Nutrient API supports converting DOCX, XLSX, PPTX, HTML, and images by sending multipart POST requests to the build endpoint, handling these formats across ingestion to output workflows.

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

Filling PDF forms and applying watermarks via an API is done by sending an instructions payload through multipart POST requests to the Nutrient build endpoint to automate document processing workflows.

What is the best way to extract text from images with language support?

Extracting text from images with language support is best handled by using OCR capabilities through the Nutrient DWS API, automating extraction for scanned documents and images via multipart POST requests.