Add check_encoding to nlp jobs

This commit is contained in:
Stephan Porada
2020-02-13 14:41:02 +01:00
parent bb5f456e6e
commit 81402d2d6a
3 changed files with 19 additions and 0 deletions

View File

@ -101,6 +101,18 @@
</div>
</div>
</div>
<div class="row">
<div class="col s12 m6">
<span class="card-title">Check Encoding</span>
<p>If the input files are not created with the nopaque OCR service and you do not know if your tex files are UTF-8 encoded, check this switch. We will try to automatically determine the right encoding for your texts.</p>
<div class="switch">
<label>
{{ add_job_form.check_encoding() }}
<span class="lever"></span>
</label>
</div>
</div>
</div>
</div>
<div class="card-action right-align">
<button class="btn waves-effect waves-light" id="submit" name="submit" type="submit">Submit<i class="material-icons right">send</i></button>