AgisHub
👁️

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

NameTypeRequiredDescription
urlstringYesImage or PDF URL.
modestringNotext | tables | full.

Related tools