{% extends "base.html" %} {% set active = 'figures' %} {% block title %}插图 · DocGraph{% endblock %} {% block content %}
已做 VLM 语义抽取 {{ enriched|length }} / {{ nodes|length }} 张。
未抽取的图仍保留 L0 图片路径和页码,可以提高 DOCGRAPH_VLM_FIGURE_LIMIT 后继续补跑。
没有 figure 节点。需要 parser 支持图抽取(marker / mineru)+ VLM 描述。
{% else %} {% set groups = nodes | groupby('doc_id') %} {% for doc_id, figs in groups %}{{ n.attrs.semantic_summary | short(220) }}
{% elif n.attrs.get('caption') %}{{ n.attrs.caption | short(160) }}
{% else %}尚未运行 VLM 语义抽取。
{% endif %} {% if n.attrs.get('semantic_entities') %}{{ n.attrs.semantic_entities }}
{{ n.attrs.mermaid }}{{ n.attrs.wavejson }}