cURL
curl --request GET \ --url https://api.example.com/frames/{frame_id}/ocr
{ "frame_id": 123, "text_positions": [ { "text": "<string>", "x": 123, "y": 123, "width": 123, "height": 123 } ] }
Returns OCR text positions with bounding boxes for text selection overlay on screenshots.
ID of the frame
OCR data with text positions
Show child attributes
Was this page helpful?