{
  "markdown": "# Auto-Reader OCR — Arabic-first OCR & Document AI for agents\n\nExtract text from images and PDFs (best-in-class **Arabic**, manga-aware\nJapanese, 13+ languages auto-detected), translate 100+ languages, pull\nstructured fields from invoices/receipts/IDs — with Saudi **ZATCA e-invoice\nQR validation** — and get RAG-ready markdown or semantic chunks. Self-hosted,\nPDPL-compliant: documents are processed transiently and never stored.\n\n**No signup needed. Your first call auto-provisions a free trial key.**\n\n## Add to Claude Code (10 seconds)\n\n```bash\nclaude mcp add --transport http auto-reader-ocr https://api.auto-reader.com/mcp\n```\n\nRegistry: `com.auto-reader/ocr` · Tools: `ocr_image`, `extract_document`,\n`translate_text`, `ocr_and_translate`, `get_usage`, `create_api_key`.\n\n## Or plain HTTP (any agent, any language)\n\n```bash\ncurl -X POST https://api.auto-reader.com/signup      # -> {\"api_key\":\"nsk_live_...\"}\ncurl -X POST https://api.auto-reader.com/v1/ocr \\\n  -H \"Authorization: Bearer $KEY\" -F \"file=@page.png\" -F \"lang=auto\"\n```\n\n- Machine manifest: https://api.auto-reader.com/llms.txt\n- OpenAPI: https://api.auto-reader.com/openapi.json\n- `Idempotency-Key` header honored; 402 responses carry a `buy_direct` link.\n- Free tier: 250 pages/day with an email, 25/day keyless. Credits never expire.\n\n## Why agents pick this API\n- **Arabic is the differentiator**: RTL-aware layout, logical-order text,\n  RTL-correct word boxes, Arabic-Indic digits — plus Arabic↔English\n  code-switched documents.\n- `format=markdown` / `format=chunks` (title-bounded, tables kept whole) turn\n  any scan into RAG input in one call; `Accept: text/markdown` returns a raw\n  .md body.\n- `extract_document` returns `{value, confidence, box}` per field, sourced\n  from OCR geometry — never model guesswork.\n\nSite: https://ocr.auto-reader.com · العربية: https://ocr.auto-reader.com/ar\n",
  "bytes": 1868,
  "sha": "a3bf8c9c577041c94c7ecb0e39312b0aff63fb55de0f80b9af0e85b42e42a2d6",
  "repo_slug": "samqra/auto-reader-ocr",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_auto_reader_ocr_30b44dac/readme"
}