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
Changes
Changed in 2 of the 10 revisions of this API.2
- ○
api tag
Framesaddedapi-tag-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○