Nutrient Document Processing (OpenClaw Native)
Best for OpenClaw users. Process documents directly in OpenClaw conversations — PDF conversion, text/table extraction, OCR, PII redaction, digital signatures, and watermarking via native nutrient_* tools.
Installation
Preferred install flow inside OpenClaw:
CODEBLOCK0
Configure your API key:
CODEBLOCK1
Get an API key at nutrient.io/api
Data Handling
- -
nutrient_* operations send the file or extracted document content to Nutrient DWS for processing. - Review Nutrient's Processor API security and privacy details before using production or sensitive documents.
- Nutrient documents its hosted Processor API as using HTTPS for data in transit and as not persistently storing input or output files after processing; confirm that matches your organization's requirements before uploading sensitive material.
- Start with non-sensitive sample files and a least-privilege API key.
Available Tools
| Tool | Description |
|---|
| INLINECODE2 | Convert DOCX, XLSX, PPTX, HTML, or images to PDF |
| INLINECODE3 |
Render PDF pages as PNG, JPEG, or WebP |
|
nutrient_convert_to_office | Convert PDF to DOCX, XLSX, or PPTX |
|
nutrient_extract_text | Extract text, tables, or key-value pairs |
|
nutrient_ocr | Apply OCR to scanned PDFs or images |
|
nutrient_watermark | Add text or image watermarks |
|
nutrient_redact | Redact via patterns (SSN, email, phone) |
|
nutrient_ai_redact | AI-powered PII detection and redaction |
|
nutrient_sign | Digitally sign PDF documents |
|
nutrient_check_credits | Check API credit balance and usage |
Example Prompts
Convert: "Convert this Word doc to PDF"
Extract: "Extract all text from this scanned receipt" / "Pull tables from this PDF"
Redact: "Redact all PII from this document" / "Remove email addresses and phone numbers"
Watermark: "Add a CONFIDENTIAL watermark to this PDF"
Sign: "Sign this contract as Jonathan Rhyne"
Links
营养文档处理(OpenClaw 原生)
最适合 OpenClaw 用户。直接在 OpenClaw 对话中处理文档 — 通过原生 nutrient_* 工具实现 PDF 转换、文本/表格提取、OCR、PII 编辑、数字签名和水印功能。
安装
在 OpenClaw 中推荐的安装流程:
bash
openclaw plugins install @nutrient-sdk/nutrient-openclaw
配置您的 API 密钥:
yaml
plugins:
entries:
nutrient-openclaw:
config:
apiKey: your-api-key-here
在 nutrient.io/api 获取 API 密钥
数据处理
- - nutrient* 操作会将文件或提取的文档内容发送至 Nutrient DWS 进行处理。
- 在使用生产环境或敏感文档前,请查看 Nutrient 的 Processor API 安全 和 隐私详情。
- Nutrient 声明其托管的 Processor API 使用 HTTPS 传输数据,且处理完成后不会持久存储输入或输出文件;在上传敏感材料前,请确认这符合您组织的要求。
- 建议从非敏感样本文件和最低权限的 API 密钥开始使用。
可用工具
| 工具 | 描述 |
|---|
| nutrientconverttopdf | 将 DOCX、XLSX、PPTX、HTML 或图片转换为 PDF |
| nutrientconverttoimage |
将 PDF 页面渲染为 PNG、JPEG 或 WebP |
| nutrient
convertto_office | 将 PDF 转换为 DOCX、XLSX 或 PPTX |
| nutrient
extracttext | 提取文本、表格或键值对 |
| nutrient_ocr | 对扫描版 PDF 或图片应用 OCR |
| nutrient_watermark | 添加文本或图片水印 |
| nutrient_redact | 通过模式匹配进行编辑(SSN、邮箱、电话) |
| nutrient
airedact | 基于 AI 的 PII 检测与编辑 |
| nutrient_sign | 对 PDF 文档进行数字签名 |
| nutrient
checkcredits | 检查 API 积分余额和使用情况 |
示例提示
转换: 将此 Word 文档转换为 PDF
提取: 从这张扫描收据中提取所有文本 / 从该 PDF 中提取表格
编辑: 编辑此文档中的所有 PII / 移除电子邮件地址和电话号码
水印: 为此 PDF 添加机密水印
签名: 以 Jonathan Rhyne 的身份签署此合同
链接