Extract Text From Screenshot
extract_text_from_screenshotExtract text from screenshots of code, terminal output, or documents using OCR, returning the verbatim text content.
Instructions
OCR a screenshot (code, terminal output, or a document) and return the text verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional hint about what kind of text this is, e.g. 'terminal output' or 'code editor'. | |
| image_path | Yes | Path to the image file (absolute, or relative to the server's working directory). |