ocr
Arabic-first OCR, translation and document extraction. First call mints a free trial key.
Install
mcp_config.json
{
"mcpServers": {
"com-auto-reader-ocr": {
"url": "https://api.auto-reader.com/mcp",
"type": "streamable-http"
}
}
}Documentation
Auto-Reader OCR — Arabic-first OCR & Document AI for agents
Extract text from images and PDFs (best-in-class Arabic, manga-aware Japanese, 13+ languages auto-detected), translate 100+ languages, pull structured fields from invoices/receipts/IDs — with Saudi ZATCA e-invoice QR validation — and get RAG-ready markdown or semantic chunks. Self-hosted, PDPL-compliant: documents are processed transiently and never stored.
No signup needed. Your first call auto-provisions a free trial key.
Add to Claude Code (10 seconds)
claude mcp add --transport http auto-reader-ocr https://api.auto-reader.com/mcp
Registry: com.auto-reader/ocr · Tools: ocr_image, extract_document,
translate_text, ocr_and_translate, get_usage, create_api_key.
Or plain HTTP (any agent, any language)
curl -X POST https://api.auto-reader.com/signup # -> {"api_key":"nsk_live_..."}
curl -X POST https://api.auto-reader.com/v1/ocr \
-H "Authorization: Bearer $KEY" -F "file=@page.png" -F "lang=auto"
- Machine manifest: https://api.auto-reader.com/llms.txt
- OpenAPI: https://api.auto-reader.com/openapi.json
Idempotency-Keyheader honored; 402 responses carry abuy_directlink.- Free tier: 250 pages/day with an email, 25/day keyless. Credits never expire.
Why agents pick this API
- Arabic is the differentiator: RTL-aware layout, logical-order text, RTL-correct word boxes, Arabic-Indic digits — plus Arabic↔English code-switched documents.
format=markdown/format=chunks(title-bounded, tables kept whole) turn any scan into RAG input in one call;Accept: text/markdownreturns a raw .md body.extract_documentreturns{value, confidence, box}per field, sourced from OCR geometry — never model guesswork.
Site: https://ocr.auto-reader.com · العربية: https://ocr.auto-reader.com/ar
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822