The problem: Opposing counsel sent you 500 pages of blurry photocopies. You need to search them, but they’re just images. The solution: Run OCR to extract text, then search or analyze with AI.Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
1. Submit for OCR
2. Wait for completion
OCR runs asynchronously. Poll for status or use webhooks to notify your users:3. Download results
Provide extracted text, structured data, or a searchable PDF:4. Analyze with AI
Enhance your feature with automatic data extraction:OCR engines
Choose the right engine based on your users’ document types:| Engine | Best for | Speed |
|---|---|---|
doctr | Clean printed text | Fast |
paddleocr | Tables, forms, complex layouts | Slower |
Recommendation: Start with
doctr for most use cases. Switch to paddleocr if your users need table extraction or have complex document layouts.
