nutrient-document-processing

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yd5768365-hue/caw-cli --skill nutrient-document-processing-yd5768365-hue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/yd5768365-hue/caw-cli/tree/main/everything-claude-code-main/everything-claude-code-main/docs/ja-JP/skills/nutrient-document-processing
Command: npx skills add https://github.com/yd5768365-hue/caw-cli --skill nutrient-document-processing-yd5768365-hue

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex and time-consuming tasks of processing, converting, and extracting information from various document formats, including scanned documents.

Core Features & Use Cases

  • Format Conversion: Convert between numerous file types (PDF, DOCX, XLSX, HTML, images, etc.).
  • Data Extraction: Extract plain text or structured tables into Excel format.
  • OCR: Perform Optical Character Recognition on scanned documents to make them searchable and editable.
  • Redaction: Remove sensitive information (PII) using presets or custom regex.
  • Watermarking: Add text watermarks for security or branding.
  • Digital Signing: Apply digital signatures to documents.
  • Form Filling: Programmatically fill out PDF forms.
  • Use Case: Automatically convert a batch of scanned invoices (images or PDFs) into searchable PDFs, extract key data like invoice numbers and amounts into an Excel sheet, and redact any sensitive customer information before archiving.

Quick Start

Use the nutrient-document-processing skill to convert the attached DOCX file named 'report.docx' into a PDF file.

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 data from scanned PDF invoices into Excel?

To redact PII in PDF documents, use redaction presets or define custom regex patterns to identify and remove sensitive information. This ensures sensitive customer data is securely blacked out before document archiving or distribution.

Can I convert DOCX and XLSX files to PDF programmatically?

You can convert DOCX and XLSX files to PDF programmatically through format conversion features. This supports a wide range of input formats including DOCX, XLSX, PPTX, HTML, and various image types to generate PDF outputs automatically.

What is the best way to automate filling out PDF forms?

The best way to automate filling out PDF forms is by using programmatic form population features. This allows you to automatically inject data into PDF form fields, enabling high-volume form completion without manual data entry.

How does digital signing work for batch document processing?

Digital signing for batch document processing works by applying digital signatures to files automatically via API calls. This enables you to secure multiple documents programmatically, ensuring authenticity and integrity without manual signing steps.

Does document processing support adding text watermarks for branding?

Document processing supports adding text watermarks to files specifically for branding or security purposes. You can programmatically overlay custom text onto PDF documents to protect intellectual property or indicate document status.