nutrient-document-processing

Convert, extract, OCR, redact, watermark, sign, and fill PDF forms via the Nutrient DWS Processor API.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/samymity/bridge-ventures-backend --skill nutrient-document-processing-samymity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/samymity/bridge-ventures-backend/tree/main/.claude/skills/nutrient-document-processing
Command: npx skills add https://github.com/samymity/bridge-ventures-backend --skill nutrient-document-processing-samymity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual document handling is slow and error-prone when you need to convert formats, extract content from PDFs and scanned files, and prepare documents for sharing with sensitive data safely handled.

Core Features & Use Cases

  • Document conversion: Convert between PDF, DOCX, XLSX, PPTX, HTML, and common image formats to fit downstream systems and workflows.
  • Extraction & OCR: Extract plain text and tables, and OCR scanned documents into searchable outputs across many languages.
  • Privacy-safe document preparation: Redact PII using presets or regex-based patterns, then optionally add watermarks, apply digital signatures, and fill PDF forms.
  • Use case: Take a batch of scanned, multilingual contracts, OCR them into searchable PDFs, redact sensitive fields (emails/SSNs/etc.), watermark them as drafts, and then sign or fill required form fields.

Quick Start

Use the nutrient-document-processing skill to OCR a scanned PDF into a searchable PDF while specifying the OCR language and returning the processed 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 OCR a scanned PDF and redact PII before sharing it?

You can convert between PDF, DOCX, XLSX, PPTX, HTML, and common image formats by sending a multipart upload to the Nutrient DWS Processor API with instructions specifying the desired output format, returning a standardized processed file.

Can I extract text and tables from scanned documents across multiple languages?

You can redact sensitive fields like emails and SSNs from PDFs using either built-in redaction presets or regex-based pattern matching defined in your API instructions, ensuring privacy-safe document preparation before sharing.

How do I apply watermarks and digital signatures to processed PDF files?

To apply watermarks and digital signatures to processed PDF files, you include these specific actions in your instructions JSON payload alongside the multipart upload, receiving a finalized, watermarked, and digitally signed document output.

What is the best way to automate filling PDF forms and converting DOCX files?

The best way to automate filling PDF forms and converting DOCX files is using the Nutrient DWS Processor API to define multipart uploads with an instructions JSON payload, executing both form filling and format conversion actions in a single standardized workflow.