extract_text_from_screenshot
Extract text from screenshots preserving original structure. Supports terminals, code, documents, and general content.
Instructions
Extract text from screenshots. Optimized for terminals, code editors, documents, and general content. Returns extracted text preserving original structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | Image source: a data URI (data:image/...;base64,...), an http(s) URL, or a local file path | |
| context | No | Content type: 'terminal' (CLI output), 'code' (source code), 'doc' (document), 'all' (auto-detect) | all |