ocr
O
ocr
/ocr_and_translate

ocr and translate

One call: OCR an image, then translate every line into target_lang. Arabic-first OCR and manga-aware Japanese with right-to-left-aware layout, followed by LLM t

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 /ocr_and_translate for me.

Input

FieldTypeDescription
image_base64*stringThe image encoded as base64 (a data: URI prefix is accepted and stripped).
target_lang*stringLanguage to translate into, as a name or code (e.g. English, ar, ja).
api_keystringOptional key (nsk_live_...). Auto-provisioned if omitted.

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":"/ocr_and_translate","input":{"image_base64":"...","target_lang":"..."}}'
cli
npx cracked-ai run -p mcp-com-auto-reader-ocr -e /ocr_and_translate -i '{"image_base64":"...","target_lang":"..."}'
mcp
run_tool({ provider: "mcp-com-auto-reader-ocr", endpoint: "/ocr_and_translate", input: {"image_base64":"...","target_lang":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.