annotorious / annotorious-v1

Project has moved to http://github.com/annotorious/annotorious
https://annotorious.com
MIT License
593 stars 142 forks source link

Set Annotation text programmatically? #188

Closed aenany-atmosphereiot closed 5 years ago

aenany-atmosphereiot commented 7 years ago

Is it possible to update an annotation programmatically through some API method like setAnnotation(object) ? I don't intend for users to manually enter an annotation ... thanks !

klarycantone commented 6 years ago

hello please tell me how I can take the annotation to include it in the database thanks

kalu-ghodakiya commented 6 years ago

Hi You can use anno.addAnnotation(); for add annotation in image.

FlyingBugs commented 6 years ago

is there any id associated with annotation object?

gtopsis commented 6 years ago

Maybe the only way to identify an annotation is by its geometry field. I havent found an id so far