nutrient-document-processing

Processes documents via the Nutrient DWS API for conversion, OCR, and more.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming tasks associated with document processing, including conversion, OCR, data extraction, redaction, and form filling, freeing up valuable time and resources.

Core Features & Use Cases

  • Document Conversion: Convert between various formats like PDF, DOCX, XLSX, PPTX, and HTML.
  • Data Extraction: Extract plain text and structured table data from documents.
  • OCR: Perform Optical Character Recognition on scanned documents to make them searchable.
  • Redaction: Automatically remove Personally Identifiable Information (PII) using presets or custom regex.
  • Watermarking: Add watermarks to documents for security or branding.
  • Digital Signing: Apply digital signatures to PDFs.
  • Form Filling: Programmatically fill out PDF forms.
  • Use Case: A legal team needs to process a batch of scanned contracts. They can use this Skill to OCR the documents, redact 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 file 'report.docx' into a PDF 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 extract text and tables from a scanned PDF using OCR?

You can perform OCR on scanned documents using the Nutrient DWS API, which recognizes text in images and makes the content searchable for subsequent plain text and structured table data extraction.

Can I automatically redact PII from DOCX and PDF documents?

Yes, you can automatically redact PII from PDF and DOCX documents using built-in presets or custom regex patterns, removing sensitive information to ensure compliance before processing or sharing files.

What is the best way to convert DOCX, XLSX, and PPTX files into PDF?

The best way to convert DOCX, XLSX, and PPTX files into PDF is by using an automated document processing API, which handles format conversion directly and integrates into business workflows.

How do I programmatically fill out and digitally sign PDF forms?

You programmatically fill out and digitally sign PDF forms by passing data to the processing API, which applies field values and attaches secure digital signatures to the document in an automated workflow.

Does this document processing workflow support adding watermarks to files?

Yes, the document processing workflow supports adding watermarks to files, allowing you to apply branding or security overlays to PDFs during the conversion, redaction, or signing process.