nutrient-document-processing

Process, convert, and secure documents via the Nutrient DWS API.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/its-Basudeba/Care-HMS --skill nutrient-document-processing-its-basudeba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrient-document-processing
Source: https://github.com/its-Basudeba/Care-HMS/tree/main/.agent/skills/nutrient-document-processing
Command: npx skills add https://github.com/its-Basudeba/Care-HMS --skill nutrient-document-processing-its-basudeba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complexity of handling diverse document formats by providing a unified interface for conversion, extraction, and security-focused document manipulation.

Core Features & Use Cases

  • Document Transformation: Seamlessly convert between PDF, DOCX, XLSX, PPTX, HTML, and various image formats.
  • Intelligent Extraction & Security: Perform high-accuracy OCR on scanned documents, extract structured table data, and automatically redact sensitive PII like social security numbers or emails.
  • Use Case: A legal team needs to redact sensitive information from a batch of scanned contracts and convert them into searchable PDFs for archival; this skill automates the entire redaction and OCR pipeline in one workflow.

Quick Start

Use the nutrient-document-processing skill to perform OCR on the scanned document named contract.pdf and save the output as searchable.pdf.

Frequently Asked Questions about nutrient-document-processing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform OCR on a scanned PDF and convert it to a searchable document?

Perform high-accuracy OCR on scanned PDFs by submitting the file through multipart POST request handling. The skill processes the document via the Nutrient DWS API and outputs a searchable PDF for archival and text retrieval.

Can I automatically redact sensitive PII like social security numbers from scanned contracts?

Automatically redact sensitive PII such as social security numbers and emails from scanned contracts. The skill intelligently identifies and secures sensitive information during the document conversion and OCR pipeline.

What file formats can I convert between for legal document processing?

Convert seamlessly between PDF, DOCX, XLSX, PPTX, HTML, and various image formats. The skill provides a unified interface for document transformation across these diverse digital document types.

Do I need a Nutrient API key to extract table data from Office documents?

A valid Nutrient API key is required to extract structured table data from Office documents. The skill executes document operations like data extraction through the Nutrient DWS API using multipart POST requests.

Does digital signing work with PDF documents processed through OCR?

Digital signing is supported for PDF documents processed through the skill. After performing OCR or redaction on your files, you can apply digital signatures to secure the manipulated documents via the API.

What is the best way to automate redaction and OCR for a batch of legal documents?

Automate the entire redaction and OCR pipeline for batches of legal documents in one workflow. The skill handles high-accuracy text extraction and automatic PII redaction, converting scanned contracts into secured, searchable PDFs.