-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add a JSONL batch export feature to GraphCap that generates files compatible with the OMI Data Repository import system.
Requirements
-
Export Format: JSONL with each line containing a complete annotation entry:
{"parsed":{"short_caption":"Brief description","dense_caption":"Detailed description","tags_list":[{"tag":"tag1"},{"tag":"tag2"}]},"metadata":{"width":800,"height":600,"format":"jpg","url":"https://example.com/image.jpg"}} -
Required Fields:
short_caption: Concise image descriptiondense_caption: Detailed image descriptiontags_list: Array of tag objects- Image metadata including dimensions and format
- Valid URL to the image or null
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request