O
ocr
/read_manga
read manga
OCR a comic/manga page, routed by LANGUAGE (not the blanket "manga = Japanese" assumption). Japanese goes to the manga-ocr specialist that reads vertical, hand-
liveverifiedunknown~5s typical
mcpprobedocr
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-auto-reader-ocr /read_manga for me.
Input
| Field | Type | Description |
|---|---|---|
| image_base64* | string | The manga/comic page as base64 (a data: URI prefix is accepted and stripped). |
| lang | string | Language hint. Default "auto". Codes: ja (manga-ocr), ko, zh, ar, en, fr, es, de, ru, it, default "auto" |
| api_key | string | Optional Auto-Reader OCR key (nsk_live_...). If omitted, a free trial key is auto-provisio |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-auto-reader-ocr","endpoint":"/read_manga","input":{"image_base64":"...","lang":"auto"}}'cli
npx cracked-ai run -p mcp-com-auto-reader-ocr -e /read_manga -i '{"image_base64":"...","lang":"auto"}'mcp
run_tool({ provider: "mcp-com-auto-reader-ocr", endpoint: "/read_manga", input: {"image_base64":"...","lang":"auto"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.