tify icon indicating copy to clipboard operation
tify copied to clipboard

Add documentation for fulltext usage

Open datazuul opened this issue 2 years ago • 3 comments

It is stated here https://www.sub.uni-goettingen.de/en/digital-library/digital-tools/dokumentbetrachter-tify/ and here https://github.com/tify-iiif-viewer/tify/blob/main/src/components/ViewFulltext.vue that fulltext is supported.

I can not find an example / demo of this functionality. Source code uses canvas otherContent annotation list to get fulltext. When I use a manifest with fulltext (hOCR), e.g. https://api.digitale-sammlungen.de/iiif/presentation/v2/bsb11475472/manifest I can not see any GUI element for fulltext toggling or showing?

Please add documentation and demo for fulltext view.

datazuul avatar Jul 05 '22 11:07 datazuul

I found a demo on the homepage "The Natural Method of Healing/Wellcome Collection". A "Fulltext" button is shown.

Please add documentation for this and how fulltext has to be embedded into manifests that it can be shown.

datazuul avatar Jul 05 '22 12:07 datazuul

We may add more documentation regarding the IIIF manifest in the future. For now, please see the documentation for the IIIF Presentation API, the property used for fulltext is otherContent on any canvas. This is evaluated by TIFY at https://github.com/tify-iiif-viewer/tify/blob/main/src/components/ViewFulltext.vue#L34.

t11r avatar Aug 31 '22 13:08 t11r

An example is here and this is the manifest where we used it

ipf avatar Sep 01 '22 12:09 ipf