Skip to content

Conversation

@buildwithuday221
Copy link

Summary

Adds the DeepRead skill - an AI-native OCR API for document processing.

What this skill enables

  • Extract text from PDFs and images as clean markdown
  • Extract structured data using JSON Schema
  • Get confidence scores with hil_flag for human-in-loop workflows
  • Process invoices, receipts, contracts, and forms

Key features

  • 95%+ accuracy via multi-model consensus
  • Quality flags for uncertain extractions
  • Blueprints for document-type optimization
  • Free tier: 2,000 pages/month

Testing

  1. Get free API key at https://www.deepread.tech/dashboard
  2. Try basic OCR:
    curl -X POST https://api.deepread.tech/v1/process \
      -H "X-API-Key: YOUR_KEY" \
      -F "file=@document.pdf"

Links

- AI-native OCR API for document processing
- 95%+ accuracy via multi-model consensus
- hil_flag for human-in-loop workflows
- Free tier: 2,000 pages/month
@buildwithuday221 buildwithuday221 requested a review from a team February 3, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants