{% extends 'core/wizards/_base.html' %} {% load i18n bootstrap %} {% block wizard_help %}

{% trans "Make sure that the segmentation is good before going forward because resegmenting will delete all bound transcriptions." %} {% endblock %} {% block wizard_fields %}

{% trans "Upload model" %}
{% render_field process_form.upload_model class="js-proc-settings" data_document=document.pk accept=".mlmodel,.clstm,.pronn" %}
{% trans "Or use existing model" %}
{% render_field process_form.ocr_model class="js-proc-settings" data_document=document.pk %}
{% endblock %} {% block wizard_submit %}{% trans "Transcribe" %}{% endblock %}