iiif-stories icon indicating copy to clipboard operation
iiif-stories copied to clipboard

I want to full text search a map

Open glenrobson opened this issue 5 years ago • 2 comments

Description

I want to full text search a map 

13-votes in Stanford maps meeting

Variation(s)

I want to OCR the map and get the image coordinates of text on map

Proposed Solutions

(any ideas about how your use case might be supported)

Additional Background

(more about your perspective, existing work, etc. goes here.)

glenrobson avatar Feb 07 '20 16:02 glenrobson

OK with existing IIIF specifications.

glenrobson avatar Feb 07 '20 18:02 glenrobson

In production example from @jbhoward-dublin

Manifest: https://data.ucd.ie/api/img/manifests/ucdlib:40818 Object description: https://digital.ucd.ie/view/ucdlib:40818

IIIF Search service:

"service": [
{

    "@context": "http://iiif.io/api/search/0/context.json",
    "@id": "https://data.ucd.ie/api/img/search/ucdlib:40818",
    "profile": "http://iiif.io/api/search/0/search",
    "label": "UCD content search"
}
]

glenrobson avatar Feb 10 '20 11:02 glenrobson