nutrient-document-processing

Automate document conversion, text extraction, and table retrieval via the Nutrient DWS Processor API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mu-zhi/CaliberHub --skill nutrient-document-processing-mu-zhi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/mu-zhi/CaliberHub/tree/main/ai/skills/nutrient-document-processing
Command: npx skills add https://github.com/mu-zhi/CaliberHub --skill nutrient-document-processing-mu-zhi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在实际工作中,处理、转换、OCR、脱敏、加水印、数字签名和填写表单等文档任务往往涉及多步、工具不互通。该 Skill 提供一个集中式解决方案,简化端到端的文档处理流程。

Core Features & Use Cases

  • 格式转换与文本提取:支持多种输入格式并提取可用文本与表格数据,便于后续分析。
  • OCR 与脱敏:对扫描件进行光学字符识别并可对敏感信息进行模式化或正则脱敏。
  • 加水印、数字签名与表单填充:为草稿生成水印、进行数字签名并填写 PDF 表单,提升文档合规性与可用性。
  • Use Case:处理大量发票时,将发票从 PDF 转换为可编辑文本,提取关键字段并将数据汇总到表格。

Quick Start

Provide a sample document and request the agent to run the Nutrient DWS pipeline to convert, OCR, redact, watermark, sign, and fill forms.

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 table data from scanned PDFs?▼

To extract text and table data from scanned PDFs, you can use document processing with OCR capabilities. This approach applies optical character recognition to convert scanned images into editable text and structured table formats for downstream analysis.

What is the best way to redact sensitive information in PDF documents?▼

The best way to redact sensitive information in PDF documents is by applying pattern-based or regex redaction during document processing. This ensures specific sensitive data is systematically masked before archiving or sharing the files.

Can I convert Office formats to PDF and add a digital signature in one workflow?▼

Yes, you can convert Office formats to PDF and add a digital signature in one workflow. An end-to-end document processing pipeline supports format conversion, watermarking, and digital signing through structured instructions.

Does document processing work for automating invoice data extraction and form filling?▼

Document processing works for automating invoice data extraction and form filling by converting PDFs to editable text, extracting key fields, and populating PDF forms. This streamlines administrative workflows like contract management and archival.

How do I automate end-to-end document processing for administrative workflows?▼

You automate end-to-end document processing for administrative workflows by submitting sample documents to a processing pipeline. The system then executes format conversion, OCR, redaction, and form filling based on your structured instructions.