nutrient-document-processing

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

1|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/VenTheZone/favorite-opencode-setup --skill nutrient-document-processing-venthezone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/VenTheZone/favorite-opencode-setup/tree/main/skills/nutrient-document-processing
Command: npx skills add https://github.com/VenTheZone/favorite-opencode-setup --skill nutrient-document-processing-venthezone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines document handling by providing a unified API for conversion, OCR, redaction, watermarking, signing, and form filling across various document types.

Core Features & Use Cases

  • Format Conversion: Convert between PDF, DOCX, XLSX, PPTX, HTML, and image formats.
  • OCR: Make scanned documents searchable with support for over 100 languages.
  • Redaction: Remove sensitive information using presets or custom regex.
  • Digital Signatures: Apply self-signed CMS signatures to documents.
  • Form Filling: Programmatically populate fields in PDF forms.
  • Use Case: Automatically convert a batch of scanned invoices (images) into searchable PDFs, redact any sensitive client information, and then fill in specific fields before digitally signing them.

Quick Start

Use the nutrient-document-processing skill to convert the attached document 'report.docx' to PDF format.

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 scanned images to searchable PDFs with OCR?

You can convert scanned images to searchable PDFs using OCR capabilities that support over 100 languages. This process extracts text from images and embeds it into the output PDF, making the document fully searchable and machine-readable.

What is the best way to redact sensitive information in a PDF?

Redacting sensitive PDF information is handled using preset patterns or custom regular expressions. This approach automatically identifies and removes targeted data from the document, ensuring sensitive client details are permanently erased from the output.

Can I programmatically fill and digitally sign PDF forms?

Programmatic PDF form filling and digital signing are fully supported. You can automatically populate specific form fields with data and then apply self-signed CMS signatures to the documents to guarantee their authenticity and integrity.

Does this API support converting between DOCX, XLSX, PPTX, and HTML formats?

The API supports converting between DOCX, XLSX, PPTX, HTML, and PDF formats. It provides a unified interface to transform these diverse input types into your desired output format, streamlining batch document handling.

How do I apply watermarks when converting documents?

Watermarking is supported directly during the document conversion and processing workflow. You can overlay watermarks onto files as they are converted or modified, embedding branding or security marks into the final output.