Skip to content

Upload Console

Moritz Wolf edited this page Feb 2, 2022 · 1 revision

Upload a file containing data instances

Text annotations

For text annotations create a tab separated file with the following fields: content\tcontext\t\meta The column "content" contains the text that is to be annotated. "context" contains text that can be displayed as additional information and meta is a free field to add meta information which does not have to be displayed anywhere.

Image or Pdf annotations

With the "Upload folder"-button you can upload a folder containing jpg, png or pdf files into ./uploaded_files. Afterwards create a tab separated file as for text annotations. This time the content field has to contain a relative path from ./uploaded_files. E.g. if you uploaded a folder images containing a file image1.png then content should be images/image1.png.

Clone this wiki locally