👁️
Vision & OCR
Read and understand any image or PDF
🎨 Media & VisionAPIMCPSDK
Overview
Extract text, tables and structure from images and PDFs. Returns clean, layout-aware Markdown so agents can reason over invoices, screenshots and scanned documents.
Call it from any agent
curl https://api.agishub.com/v1/tools/ocr \
-H "Authorization: Bearer $AGISHUB_KEY" \
-H "Content-Type: application/json" \
-d '{ "url": "https://.../invoice.pdf", "mode": "tables" }'Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Image or PDF URL. |
| mode | string | No | text | tables | full. |