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.

{% with template_mode="titles" %} {% include 'includes/setup_templates.html' %} {% endwith %}

Edit labels and classes in Labeling Config


{% if input_values %}
{% for key in input_values %} {{key}} {% endfor %}
{% endif %}
Reset

Interface Preview

...

Input Task Preview

...

Output Result Preview

...

Saving label config ...
{% with template_mode="codes" %} {% include 'includes/setup_templates.html' %} {% endwith %}