Hi,
> On 14. May 2020, at 14:55, Gilles Jacobs <
gillesm...@ugent.be> wrote:
>
> Is there a way to export the annotation view as an image? Preferably in vector format with text intact for quality reasons.
currently, we do not support this feature. However, having had a quick look at
how this is implemented in brat, I believe we might be able to add such a
functionality as well. Best would be, you open an issue in our tracker so
we keep it on our radar and you get notified when we work on it.
https://github.com/webanno/webanno/issues
or
https://github.com/inception-project/inception/issues
Basically, what the brat implementation does is this:
- the browser sends the SVG it has rendered back to the server
- the server adds a wrapper around the SVG which includes the CSS styles
and fonts
- the server then offers the result again to the browser to download
If you are *really* into it, you could do that process manually using the
development mode of your web browser (maybe except the font part... but
afaik we do not use any custom fonts in WebAnno/INCEpTION anyway, so that
should not be needed).
I imagine a JavaScript crack might even be able to cobble together a
bookmark script or a Chrome plugin or something like that pretty easily.
But support directly in the application would of course be better...
Wrt. plugins... I didn't try it, but maybe one of these fits your needs:
https://chrome.google.com/webstore/search/svg%20export?hl=en-GB
Cheers,
-- Richard