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-lettered speech bubbles in right-to-left order; Korean manhwa, Chinese manhua and other scripts use their own OCR pack; low-confidence pages escalate to the vision model. Returns text blocks in reading order plus the detected language, the engine used, and whether the page is vertical. Provide the image as base64. Pass lang explicitly (ko/zh/...) for the best non-Japanese result; default "auto" detects it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language hint. Default "auto". Codes: ja (manga-ocr), ko, zh, ar, en, fr, es, de, ru, it, pt. | auto |
| api_key | No | Optional Auto-Reader OCR key (nsk_live_...). If omitted, a free trial key is auto-provisioned and returned to you in the result. | |
| image_base64 | Yes | The manga/comic page as base64 (a data: URI prefix is accepted and stripped). |