{{result.record.raw}}
{% if result.status %}
{% if result.processed %}
Processed Pdf
{% endif %}
{% if result.unprocessed %}
Unprocessed Pdf
{% endif %}
Confidence: {{ result.match.confidence }}
{% else %}
Unable to download pdf :(
{% endif %}
{% endfor %}