* a fifth column for an ``ID`` for the outer ``NE-TAG`` from an authority file (in this case, the [GND](https://www.dnb.de/EN/Professionell/Standardisierung/GND/gnd_node.html) is used)
* a fifth column for an ``ID`` for the outer ``NE-TAG`` from an authority file (in this case, the [GND](https://www.dnb.de/EN/Professionell/Standardisierung/GND/gnd_node.html) is used)
* column six for use as a variable ``url_id``
* column six for use as a variable ``url_id`` (see [Image Support](https://github.com/qurator-spk/neath/blob/master/docs/User_Guide.md#image-support) for further details)
* finally, columns 7+ are used for storing ``left,right,top,bottom pixel`` coordinates for facsimile snippets
* finally, columns 7+ are used for storing ``left,right,top,bottom`` pixel coordinates for facsimile snippets
Example (full):
Example (full):
```tsv
```tsv
@ -76,7 +76,8 @@ We also provide some [Python tools](https://github.com/qurator-spk/neath/tree/ma
#### Navigation
#### Navigation
* use mouse wheel to scroll up and down
* use mouse wheel to scroll up and down
* use navigation `<<` and `>>` to move faster
* use navigation `<<` and `>>` to move faster
* show image snippet
#### Image Support
#### Tagging
#### Tagging
* adding a tag
* adding a tag
* removing a tag
* removing a tag
@ -86,6 +87,7 @@ We also provide some [Python tools](https://github.com/qurator-spk/neath/tree/ma
#### Segmentation correction
#### Segmentation correction
* merging two tokens
* merging two tokens
* splitting a token
* splitting a token
* sentence boundaries
#### Data export/Saving progress
#### Data export/Saving progress
[neath](https://github.com/qurator-spk/neath) runs fully locally in the browser. Therefore it can not automatically save any changes you made to disk. You have to use the `Save Changes` button in order to so manually from time to time.
[neath](https://github.com/qurator-spk/neath) runs fully locally in the browser. Therefore it can not automatically save any changes you made to disk. You have to use the `Save Changes` button in order to so manually from time to time.