{% extends "base.html" %} {% block title %}Document Text - Deep Research System{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ title }}

{% if extraction_method %} Extraction Method: {{ extraction_method }} {% endif %} {% if word_count %} Word Count: {{ "{:,}".format(word_count | int) }} {% endif %}
Back to Document Details Back to Library
{{ text_content }}
{% endblock %}