OCR Text Extractor API
## OCR Text Extractor API Extract text from images, receipts, invoices, business cards, and scanned documents using AWS Textract. ### Endpoint `POST /ocr` ### Input (one of) - `image` — multipart file upload - `image_url` — URL to an image - `image_base64` — base64-encoded image string ### Response ```json { "text": "full extracted text", "lines": [{ "text": "...", "confidence": 99.4 }],…
OCR Text Extractor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Extract Text (OCR) /ocr |
Extracts text from an image, receipt, invoice, or scanned document. Provide either image_url or image_base64 in the request body. |
OCR Text Extractor API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $24.99 / month | — |
|
| MEGA | $59.99 / month | — |
|