{% extends "ewoooc_base.html" %} {% block title %}PPT 視覺審核歷史{% endblock %} {% block ewooo_content %}
| 檔名 | 大小 (KB) | 修改時間 | 動作 |
|---|---|---|---|
{{ f.name }} |
{{ f.size_kb }} | {{ f.mtime }} | 由 audit cron 22:00 自動執行 |
| 過去 7 日無 PPT 生成 | |||
| 審核時間 | 檔名 | 結果 | 問題數 | 信心度 | 耗時 ms | 錯誤訊息 | 動作 |
|---|---|---|---|---|---|---|---|
| {{ r.audited_at }} | {{ r.pptx_filename }} |
{% if r.audit_status == 'passed' %} 通過 {% elif r.audit_status == 'failed' %} 有問題 {% elif r.audit_status == 'skipped' %} 跳過 {% elif r.audit_status == 'error' %} 錯誤 {% else %} {{ r.audit_status }} {% endif %} | {{ r.issues_count }} | {{ "%.2f"|format(r.confidence) }} | {{ r.duration_ms }} | {{ (r.error_msg or '')[:80] }} | {% if r.audit_status in ('failed', 'error') %} {% endif %} |
| 尚無審核紀錄(migration 030 跑過後即會累積) | |||||||
{{ fix.pptx_filename }}
{{ fix.audited_at }}
審核結果:有問題才推 Telegram(避免靜默無問題洗版)。
手動觸發單檔審核需 SSH 到 188 主機執行:
python3 -c "from services.ppt_vision_service import ppt_vision_service; print(ppt_vision_service.check_ppt_file('reports/xxx.pptx'))"
| 檔名 | 失敗次數 | 總 issue | 最近審核 |
|---|---|---|---|
{{ f.filename }} |
{{ f.attempts }} | {{ f.total_issues }} | {{ f.last_audit }} |
apt install libreofficeOperation Ollama-First v5.0 / Phase 47 — PPT 視覺審核歷史 (3 表深挖:ppt_audit_results / reports/ 檔案系統 / ai_insights RAG)