{% extends "base.html" %} {% block title %}{{ conv.dir_name }} — pagespeak console{% endblock %} {% block content %}
{{ markdown }}
{% else %}
Click an image for its caption + mermaid.
No images extracted for this document.
{% endif %}The settings and results from the last time this document was converted. It's saved so a re-run reuses the same settings — your output stays consistent unless you deliberately change an option.
| Converted | {{ run_record.finished_at or run_record.started_at or "—" }} |
| pagespeak version | {{ run_record.version or "—" }} |
| Source file used | {{ run_record.input or "—" }} |
| Sections produced | {{ run_record.section_count if run_record.section_count is not none else "—" }} |
| Images extracted | {{ run_record.image_count if run_record.image_count is not none else "—" }} |
| AI image calls | {{ run_record.llm_calls.total_calls or 0 }} calls · ${{ "%.4f"|format(run_record.llm_calls.total_cost_usd or 0) }} |
| preset | {{ run_record.preset or "none" }} |
| {{ k.replace("_", " ") }} | {% if v is true %}yes{% elif v is false %}no{% elif v is none %}default{% else %}{{ v }}{% endif %} |
{{ run_record | tojson(indent=2) }}