{% extends "base.html" %} {% block title %}Upload PDF{% endblock %} {% block head %} {% endblock %} {% block content %}

Analyze PDF

Upload a document to extract questions

Tap to select or drag PDF here Choose File
Google Drive sharing links supported
{% if pdfs %} {% for pdf in pdfs %}
{{ pdf.filename }}
{% endfor %} {% else %}
No recent files found.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}