nutrient-document-processing

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

3|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/oabdelmaksoud/AGI-FARM-PLUGIN --skill nutrient-document-processing-oabdelmaksoud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/oabdelmaksoud/AGI-FARM-PLUGIN/tree/main/ecc-resources/docs/ja-JP/skills/nutrient-document-processing
Command: npx skills add https://github.com/oabdelmaksoud/AGI-FARM-PLUGIN --skill nutrient-document-processing-oabdelmaksoud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates complex document processing tasks, including conversion, OCR, data extraction, redaction, watermarking, digital signing, and form filling, saving significant manual effort and time.

Core Features & Use Cases

  • Document Conversion: Convert between various formats like PDF, DOCX, XLSX, PPTX, HTML, and images.
  • Data Extraction: Extract plain text, tables, and key-value pairs from documents.
  • OCR: Perform Optical Character Recognition on scanned documents and images for text searchability.
  • Redaction: Automatically remove Personally Identifiable Information (PII) using preset patterns or custom regex.
  • Watermarking: Add custom text watermarks with adjustable opacity and rotation.
  • Digital Signing: Apply digital signatures to PDF documents.
  • Form Filling: Programmatically fill fields in PDF forms.
  • Use Case: Automatically convert a batch of scanned invoices (images) into searchable PDFs, extract the invoice details into an Excel sheet, and redact any sensitive customer information before archiving.

Quick Start

Use the nutrient-document-processing skill to convert the attached file '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 DOCX and XLSX files to PDF format programmatically?

Programmatic document conversion from DOCX and XLSX to PDF format is handled by submitting files to an automated processing API. The service supports a wide range of formats including PPTX and HTML, outputting standardized PDF documents for archiving.

Can I extract text and tables from scanned PDFs and images?

Extracting text and tables from scanned PDFs and images requires applying Optical Character Recognition (OCR). This process digitizes multi-language scanned documents into searchable text, enabling the extraction of plain text, tables, and key-value pairs.

What is the best way to redact PII from a batch of PDF documents?

Automated redaction using preset patterns or custom regex is the best way to remove PII from a batch of PDF documents. This method automatically identifies and blackouts sensitive information, ensuring files are safe for archiving or sharing.

Does Nutrient DWS API support digital signatures and form filling?

The Nutrient DWS API supports applying digital signatures to PDF documents and programmatically filling fields in PDF forms. These features enable you to secure files and automate data entry within existing document workflows seamlessly.

How do I add a custom watermark to a PDF file?

Adding a custom watermark to a PDF file involves using document processing features that insert custom text with adjustable opacity and rotation. This ensures the watermark meets specific branding or security requirements for the final output.