nutrient-document-processing

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

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Fabio29T/Everything-Claude --skill nutrient-document-processing-fabio29t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/Fabio29T/Everything-Claude/tree/main/docs/ja-JP/skills/nutrient-document-processing
Command: npx skills add https://github.com/Fabio29T/Everything-Claude --skill nutrient-document-processing-fabio29t

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes 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

  • Document Conversion: Convert between numerous formats like PDF, DOCX, XLSX, PPTX, HTML, and images.
  • Data Extraction: Extract plain text and structured tables from documents.
  • OCR: Perform Optical Character Recognition on scanned documents to make them searchable and editable.
  • Redaction: Remove Personally Identifiable Information (PII) using preset patterns or custom regular expressions.
  • Watermarking: Add custom watermarks to documents for security or branding.
  • Digital Signing: Apply digital signatures to documents.
  • Form Filling: Programmatically fill fields in PDF forms.

Quick Start

Use the nutrient-document-processing skill to convert the attached document '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 text and tables from a scanned PDF?

Extracting text and tables from scanned PDFs requires OCR to recognize text characters before pulling structured data. This approach converts static scanned images into searchable and editable digital document content.

What is the best way to redact PII in PDF and DOCX files?

Redacting PII in PDF and DOCX files is best handled by using preset patterns or custom regular expressions to identify and remove sensitive information. This ensures personally identifiable information is securely blocked out across various document formats.

Can I convert DOCX, XLSX, and PPTX files to PDF programmatically?

Yes, you can convert DOCX, XLSX, and PPTX files to PDF programmatically. Document conversion APIs support a wide range of input formats including Office files, HTML, and images, enabling automated transformation into PDF.

How do I fill PDF form fields automatically using an API?

Filling PDF form fields automatically via an API involves sending data to map directly to the form's input fields. This programmatic form filling eliminates manual data entry and populates documents at scale.

Does document redaction support custom regular expressions for sensitive data?

Yes, document redaction supports custom regular expressions for sensitive data. You can define specific patterns to identify and redact targeted information beyond standard preset PII patterns like social security numbers or email addresses.

How do I add a digital signature and watermark to a PDF document?

Adding a digital signature and watermark to a PDF document involves applying security layers through a document processing API. You can simultaneously embed custom branding watermarks and apply cryptographic digital signatures to secure files.