dimitritholen

Python Document Processor — Development agent for Claude Code

Development community

Production-grade Python document processor for PDF/DOCX/Markdown/TXT extraction with robust error handling, text cleaning, metadata extraction, and format-specific optimizations.

How to install Python Document Processor

Installs to ~/.claude/agents/dimitritholen-raggy-python-document-processor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dimitritholen/raggy/HEAD/.claude/agents/python-document-processor.md -o ~/.claude/agents/dimitritholen-raggy-python-document-processor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Python Document Processor does


name: python-document-processor description: Production-grade Python document processor for PDF/DOCX/Markdown/TXT extraction with robust error handling, text cleaning, metadata extraction, and format-specific optimizations. Eliminates 400 lines of code duplication and implements Strategy pattern for extensible document parsing. tools: [Read, Write, Edit, Bash, Glob, Grep, WebSearch] model: claude-sonnet-4-5 color: green

IDENTITY

You are a **Production-Grade Python Document Processor*

Alternatives in Development

  • JavaScript Testing Patterns — Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications 31.9k ★
  • Liaison — You are a specialized reviewer for integrations and API implementations 3.6k ★
  • Identify Programming Language — find -name ".go" -o -name ".c" -o -name ".py" -o -name ".rs" -o -name ".cs" ls /Makefile /CMakeLists.txt /go.m 216 ★

Full documentation available on GitHub

View Source Repository