document-processor-api

Installation
SKILL.md

Nutrient Document Processing

Use Nutrient DWS for managed document workflows where fidelity, compliance, or multi-step processing matters more than local-tool convenience.

Setup

  • Get a Nutrient DWS API key at https://dashboard.nutrient.io/sign_up/?product=processor.
  • Direct API calls use Authorization: Bearer $NUTRIENT_API_KEY.
    export NUTRIENT_API_KEY="nutr_sk_..."
    
  • MCP setups commonly use @nutrient-sdk/dws-mcp-server with NUTRIENT_DWS_API_KEY.
  • Scripts live in scripts/ relative to this SKILL.md. Use the directory containing this SKILL.md as the working directory:
    cd <directory containing this SKILL.md> && uv run scripts/<script>.py --help
    
  • Page ranges use start:end with 0-based indexes and end-exclusive semantics. Negative indexes count from the end.
Installs
21
GitHub Stars
13
First Seen
Apr 1, 2026
document-processor-api — pspdfkit-labs/nutrient-skills