get_frame
Fetch a screen-history frame with its OCR text boxes and parent segment context. Coordinates are normalized (0-1); multiply by video width/height to get pixels.
Instructions
Fetch one frame with its OCR text boxes and parent segment context.
Box geometry (leftX, topY, width, height) is expressed as normalised fractions of the frame, in the range 0.0-1.0 — not pixels. Multiply by the video's width/height to get pixel coordinates.
Args: frame_id: The frame's numeric id. limit: Max OCR node boxes to return, 1-100, default 20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| frame_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||