deepread
CommunityAI-native OCR turning documents into structured data.
System Documentation
What problem does it solve?
AI agents often struggle to extract accurate, structured data from PDFs and images; this Skill automates that process, turning documents into machine-readable outputs and reducing manual data-entry effort.
Core Features & Use Cases
- Text Extraction: convert PDFs/images into clean, structured data.
- Structured Data & Confidence: outputs JSON with field values and per-field confidence (hil_flag) for review.
- Quality Flags & Review: uncertain extractions are flagged for human validation, enabling efficient review workflows.
- Webhook & Async Processing: production-grade processing with webhook or polling to deliver results.
- Real-world use: process invoices and receipts to auto-fill accounting records.
Quick Start
Use the DeepRead API to process a document and extract structured data.
Sign up and obtain an API key from https://www.deepread.tech/dashboard.
Export your API key:
export DEEPREAD_API_KEY="sk_live_your_key_here"
Process a document:
curl -X POST https://api.deepread.tech/v1/process
-H "X-API-Key: $DEEPREAD_API_KEY"
-F "file=@invoice.pdf"
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: deepread Download link: https://github.com/xukrutdonut/openclaw-skills/archive/main.zip#deepread Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.