HumanSignal / HumanSignal/label-studio
Dynamic Positions of the Labels
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
**Possibility of dynmaic positions of the label tags**
In the NLP, in NER annotation, i can put the position of the labels in top, bottom, left and right.
Here, the problem arises, when the text is more than a page long, and needs scrolling. When it needs scrolling, the tags just gets scrolled along with the text. So, for a long text, it creates a difficulty for long text.
For example:
I have put the tags on the right side:

Now, when i have to annotate the documents where are at teh below, then i have the problem, the tag is not there anymore:

**Solution**
A fixed place for the tags, where the scrolling of the text documents does not effect would be great. This is also present in the docanno application.
Contributor guide
Assessment
This issue has not been assessed yet.