Questions tagged [annotorious]
13 questions
1
vote
0 answers
Loading a non typed lib into Electron + React + Typescript
I created a react app with create-react-app. In this app, I use Openseadragon to display images. Furthermore, I use the Annotorious plugin to annotate the image. My code runs without any errors. Since Annotorious has no type definitions, I imported…

Lau
- 1,353
- 7
- 26
1
vote
1 answer
Cannot find name 'Annotorious'
I'm currently using NextJS with typescript
I've inserted the script:
And when I tried to…

FrustratedCoder
- 11
- 1
1
vote
2 answers
How to use annotorious in vue.js template
I want to use annotorious (with openseadragon plugin) in a vue.js (vue 3) template.
I've installed annotorious with npm.
This is what i've got so far:

maniac
- 1,112
- 1
- 13
- 19
1
vote
0 answers
Annotorious and Openseadragon
I am working on a project that uses openseadragon for for the images. I want to use annotorious for the annotation but I am stuck on the integration of the annotorious JavaScript Api. The examples provided under the test folder of downloads doesn't…

S.More
- 17
- 1
- 1
- 3
1
vote
0 answers
Polygon annotorious with openseadragon
I am using annotorious with openseadragon. I am facing issue with polygonSelector plugin.
anno.addPlugin('PolygonSelector', { activate: true });
If I use add plugin code in window load it says 'annotator.addSelector is not a function'.
If I…

user4299990
- 11
- 3
0
votes
0 answers
How to create a custom Annotorious Widget using a Vue Component?
I was able to adding the Annotorous (v2.7.11) into my ImageGallery Vuejs3 component. Also adding a custom widget as described here (and shown in the example below) was not a problem (apart from the parameter of type any, but that's not the question…

Riskun
- 13
- 1
- 4
0
votes
0 answers
Updating the image while retaining Annotorious functionality in OpenSeadragon
I am working on a project where you can annotate a zone (using Annotorious). Once you have finished annotating and push the "END TASK" button, it will redirect to the next task within the same project. My problem is that after I load the new image,…

dtejada
- 1
- 1
0
votes
1 answer
annotorious.js text labels to show all on canvas
Is there any way to get all the text annotations on annotorious.js's boxes to show at once instead of hovering over each? Like when there are more than 1 text annotations.

Ekin
- 11
- 2
0
votes
1 answer
Target object in JavaScript array and add class
Currently I am using annotorious.js to get text annotation. Using the documentation, I am able to log "x" amount of array.
I am trying to access every "text" object from every array, either to get it to show up in a textbox or be able to add a class…

Ekin
- 11
- 2
0
votes
0 answers
How to display custom text in Annotorious, shapelabelsformatter
I used @recogito/annotorious for annotation and @recogito/annotorious-shape-labels lib to show label.
The label is appearing, but I need to display custom text in the label
let anno = new Annotorious(initviewer, { formatter: ShapeLabelsFormatter }

harish215s
- 13
- 3
0
votes
3 answers
jQuery event trigger is not working on annotorious and seadragon
I am trying to get the down arrow keyup event to fire automagically using jQuery. The annotorious/seadragon combination has a listener that opens all preconfigured tags when I press the down arrow.
I have written jQuery code to find the input…

Garet Jax
- 1,091
- 3
- 17
- 37
0
votes
0 answers
Annotorious Openseadragon
I am trying to setup image annotation using Annotorious on OpenSeaDragon but I am running into an issue during initialization. According to the API, I should first setup the viewer using,
const viewer = OpenSeadragon({
id: "openseadragon",
…

J.g
- 41
- 1
- 7
0
votes
1 answer
Vue and Annotorious: Can not annotate image element
I am using a JavaScript image annotation library called "Annotorious" and for some reason I can not figure out why I can't annotate the image. Does anyone have any idea why? Here's my code and a live sandbox:
…

redshift
- 4,815
- 13
- 75
- 138