{% extends "base/base.html" %} {% load static %} {% block title %} Extract ID box rectangle. {% endblock title %} {% block page_heading %} Extract ID box rectangle {% endblock page_heading %} {% block main_content %}
Return to ID pages
ID Page from Version {{ version }}

{% csrf_token %}

Instructions:

  • Select a rectangle that completely covers the ID box - with some margin.
  • Then click the Find Rectangle button - this will then select the largest rectangle within that region.
  • Make sure the resulting rectangle is now tight around the ID box.
  • When you are satisfied click the submit button - and plom will start the student-ID prediction.

{% if initial_rectangle %} {% if best_guess %}
No pre-existing rectangle, making a reasonable guess (we hope)
{% else %}
Found rectangle
{% endif %} {% else %}
Could not find rectangle
{% endif %}
{% if initial_rectangle %}{% endif %} {% endblock main_content %}