IIIF / awesome-iiif

Awesome IIIF-related resources
https://iiif.github.io/awesome-iiif/
473 stars 110 forks source link

Search and autocomplete on JP2 images in Universal Viewer #309

Closed broy-github closed 3 years ago

broy-github commented 4 years ago

Hello,

I have the JP2 images and now showing them using IIPServer in Universal Viewer. Now, I want to implement the search and autocomplete functionality on those JP2 images in Universal Viewer. I have a very large number of JP2 images. The search and autocomplete functionality will have to be worked for all text inside the image dynamically. I am working on .Net application in windows. Please guide me the implementation process in details.

Thanks

broy-github commented 4 years ago

Hello,

Some more details about my application. I have converted PDF to JP2 images and showing them in Universal Viewer. I have text with positions info. I want to implement search with hit highlight on it and want to show on the JP2 image in Universal Viewer. How can I generate annotations dynamically from it and link it to manifest.json? Please help me.

Thanks.

stephenwf commented 4 years ago

@broy-github The Search specification may be able to help you with the details for what the annotations should look like. https://iiif.io/api/search/1.0/#use-cases

broy-github commented 4 years ago

Sorry, I want some practical info as per my application scenerio/requirement please. Thanks.

broy-github commented 4 years ago

Please tell me how I can generate annotations dynamically from text.

julsraemy commented 3 years ago

Hi @broy-github, this GitHub repository only lists resources about IIIF. Could you ask your question on IIIF-Discuss (https://groups.google.com/forum/#!forum/iiif-discuss)? Sorry for the late notice.