Frames
Run OCR on frame
Run on-demand OCR on a frame that has no stored bounding boxes. Loads the snapshot JPEG, runs Apple Vision OCR, stores the result, and returns the text positions. Subsequent GET requests will hit the cached DB row. If OCR data already exists, returns it without re-running.
post/frames/{frame_id}/text
Path parameters
frame_idinteger required
Response
OK