Skip to content

Instantly share code, notes, and snippets.

@little9
Last active January 14, 2019 20:57
Show Gist options
  • Save little9/671e511c54f76515729ca4f2bb6a7f0c to your computer and use it in GitHub Desktop.
Save little9/671e511c54f76515729ca4f2bb6a7f0c to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@type": "sc:Manifest",
"@id": "sample.pdf",
"label": "Multi-page PDF",
"description": "banana apple mango pineapple",
"sequences": [
{
"@type": "sc:Sequence",
"@id": "sample.pdf/sequence/normal",
"rendering": [],
"canvases": [
{
"@type": "sc:Canvas",
"@id": "sample.pdf/9-30",
"label": "Multi page PDF",
"width": "612",
"height": "792",
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "dctypes:Image",
"@id": "9-30",
"height": "77",
"width": "99",
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://25ec9329.ngrok.io/iiif/2/sample.pdf",
"profile": "http://iiif.io/api/image/2/level2.json"
}
},
"on": "9-30"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment