{% extends "base.html" %} {% block title %}Parse Document - NoteParser{% endblock %} {% block content %}

Parse Document

Back to Dashboard
Upload Document
Drag and drop your file here

or click to browse

Will be auto-detected if not specified
Supported Formats
{% for format in supported_formats %}
{{ format }}
{% endfor %}
{% if plugins %}
Active Plugins
{% for plugin in plugins %} {% if plugin.enabled %}
{{ plugin.name }}
{{ plugin.description }}
{% endif %} {% endfor %}
{% endif %}
Tips
  • Name files with course codes (e.g., CS101_Lecture1.pdf)
  • Use high-quality scans for better OCR results
  • LaTeX format is best for math-heavy documents
  • Audio/video files will be transcribed automatically
{% endblock %} {% block extra_js %} {% endblock %}