OCR

Image and document analysis - Extract text from PDFs and images with high accuracy.

Extract text from PDFs, images, and scanned documents with high accuracy. Powered by advanced OCR technology optimized for legal documents.

Authentication

Authorization: Bearer sk_case_your_api_key_here

Quick Start

curl -X POST https://api.case.dev/vision/v1/process \
  -H "Authorization: Bearer sk_case_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{"document_url": "https://example.com/document.pdf"}'

What's Next?