{% extends "layout.html" %} {% block title %}Распознавание цифр{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} Home

Распознавание цифр

{% for image in images %} {% if image.digits|length>0 %} {% for digit in image.digits %} {% endfor %} {% endif %} {% endfor %}
{{image.file_name}}


посмотреть картинку
Home {% endblock %}