Labeling config help
  • Labeling interface is based on html-like tags, read more in our documentation.
  • You can fully customize the appearance and workflow by modifying Labeling Config.
  • Tag values can use variables that start with "$" sign, and those correspond to the fields in imported tasks from JSON or CSV files.
{% if multi_session %}
Reset everything and start a new project

{% endif %} {% for complexity in templates %}
{{complexity|capitalize}} config examples
{% for category in templates[complexity] %}
{% if category == 'audio' %} {% endif %} {% if category == 'text' %} {% endif %} {% if category == 'html' %} {% endif %} {% if category == 'image' %} {% endif %} {% if category == 'other' %} {% endif %} {% if category == 'layouts' %} {% endif %} {% if category == 'per-region' %} {% endif %} {% if category == 'nested' %} {% endif %} {% for t in templates[complexity][category] %} {% endfor %}
{% endfor %}
{% endfor %}