{% for page in pages %}
{{ page.index }}
{% endfor %}
Download
{% for page in pages %}
{% for line in page.lines %} {% if line.recognition %}
{% for segment in line.recognition %}
{{ segment.text }}
{% endfor %}
{% else %}
{% endif %} {% endfor %}
{% for line in page.lines %} {% if line.recognition %} {% for segment in line.recognition %}
{% endfor %} {% else %}
{% endif %} {% endfor %}
{% endfor %}