Welcome to the official community hub for DeepRead.
DeepRead is an AI-native document processing API that turns PDFs, scans, and images into structured data with 97%+ accuracy. Using multi-model consensus (GPT + Gemini + dual OCR), it flags uncertain fields for human review instead of guessing.
Four capabilities, one API key:
- OCR & Structured Extraction — Convert any document to text or structured JSON with per-field confidence scoring. Human-in-the-loop flags tell you exactly which fields need review.
- Form Filling — Upload a blank PDF form + your data as JSON. AI detects fields visually, maps data semantically, fills the form, and quality-checks the result. Works on scanned, non-editable PDFs.
- PII Redaction — Detect and redact 14 types of PII (names, SSNs, credit cards, medical records, etc.) with irreversible black bar redaction. Context-aware: knows doctor vs patient, institutional vs personal. HIPAA/GDPR ready.
- BYOK (Bring Your Own Key) — Connect your own OpenAI, Google, or OpenRouter API key via the dashboard. All processing routes through your account — zero DeepRead LLM costs, page quota skipped entirely.
Free tier: 2,000 pages/month, no credit card required.
- Sign up at deepread.tech/dashboard
- Get your API key (or use the agent device flow for automated setup)
- Try the demo examples — Python, Node.js, and cURL
- Add AI agent skills with
clawhub install uday390/deepread-ocr
Clone and run working examples in under 60 seconds:
git clone https://github.com/deepread-tech/deepread-demo.git
cd deepread-demo
export DEEPREAD_API_KEY=sk_live_your_key
python python/01_ocr_extract.py your_document.pdfExamples cover OCR extraction, structured data, form filling, PII redaction, and webhooks.
DeepRead works with Claude Code, Cursor, Codex, and other AI coding agents:
- deepread-ocr — Extract text and structured data —
clawhub install uday390/deepread-ocr - deepread-form-fill — Fill PDF forms with AI vision —
clawhub install uday390/deepread-form-fill - deepread-pii — Redact PII from documents —
clawhub install uday390/deepread-pii - deepread-agent-setup — OAuth device flow authentication —
clawhub install uday390/deepread-agent-setup - deepread-byok — Bring Your Own Key setup —
clawhub install uday390/deepread-byok
Use GitHub Discussions for:
- Q&A about integration and usage
- Feature requests and ideas
- Sharing your use cases and what you've built
Use Issues for:
- Bug reports with the API
- Documentation improvements
- Be respectful — We're all here to learn and build
- Search first — Your question may already be answered
- Provide context — Include code snippets, error messages, and document types when asking for help
- Share knowledge — If you solve a problem, share the solution
- Community support: Post in Discussions
- Technical issues: Open an Issue
- Enterprise inquiries: hello@deepread.tech