iiif-annotation
Extract and analyze annotations from IIIF manifests or annotation URLs. Filter by language, group by canvas, and include non-text annotations for structured analysis.
Instructions
Extract and analyze annotations from IIIF resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Either an annotation URL or a manifest URL to extract annotations from | |
| language | No | Filter annotations by language code (e.g., "en", "fr") | |
| groupByCanvas | No | Group annotations by their target canvas | |
| includeNonText | No | Include non-text annotations in the results | |
| structured | No | Return structured JSON data instead of formatted text |