Tom Crane
Tom Crane
(checking in on this while rounding up Auth-labelled issues) Scenarios - The canvas has no `painting` annotations (but may have other annotations, as well as metadata etc (i.e., it has...
Discussed on Auth call - This is a neat use of the Auth spec, reusing the token against other services. But wouldn't the implementation always be so specific that the...
related to https://github.com/IIIF/iiif.io/issues/557
...and in order to let consumers know what image API requests to make to get the illustrations, publish an annotation list for the illustrations and attach it to the canvas...
as above: ``` { "@id": "http://wellcomelibrary.org/iiif/b28047345/annos/contentAsText/a31i0", "@type": "oa:Annotation", "motivation": "oa:classifying", "resource": { "@id": "dctypes:Image", "label": "Picture" }, "on": "http://wellcomelibrary.org/iiif/b28047345/canvas/c31#xywh=201,1768,2081,725" } ```
@adamfarquhar a couple of years ago I made this app to explore the OCR-identified images in Wellcome content: http://tomcrane.github.io/wellcome-today/annodump.html?manifest=https://wellcomelibrary.org/iiif/b28047345/manifest&page=11 Across the corpus the number of images identified this way, by...
@adamfarquhar addendum - the question of computation load depends on implementation decisions. In the Wellcome case the burden of retrieving the annotations themselves is small, as the annotation lists are...
Out of scope for a discovery spec I agree, but a very useful community norm/best practice to encourage in viewers. I'm looking at a journal issue in a periodical modelled...
(raised in Toronto WG, and on Community call 2017-10-25)
We had this scenario at Wellcome, and the UV solves it by supporting an initialisation parameter that will cause it to immediately search for that term using the loaded manifest's...