{% extends "base.html" %} {% block title %}Document Intelligence — ICDEV™{% endblock %} {% block content %}
CUI // SP-CTI

📄 Document Intelligence Canvas

Own your documents — grounded no-LLM search with citations · freshness · HITL + AI-labeled generation · air-gap fine-tuning

📎 Drag & drop files here or click to browse
PDF DOCX XLSX PPTX PNG/JPG HTML
Which one do I want?
✍️ Tech Writer

Writing something new from a template — with inline WriteGuard.

🔄 DocGen

Have diagrams, configs, or docs to reconcile into one authoritative document.

🛰️ DocDrift

Something changed — which docs and NIST controls are now wrong? Automatic; nothing to upload.

Tech Writer and DocGen share the same documents — author in one, regenerate in the other. Drop files above to ingest.

{% for g in page_groups %}

{{ g.label }}

{{ g.desc }}

{% for p in g.pages %} {% if p.ready %}

{{ p.icon }} {{ p.name }}

{{ p.desc }}

{% else %}

{{ p.icon }} {{ p.name }}

{{ p.desc }}

pending · {{ p.task }}
{% endif %} {% endfor %}
{% endfor %} {% set iqe_canvas = "dic" %} {% set iqe_api_route = "/document-intelligence/api/iqe-query" %} {% set iqe_title = "IQE Query — Document Intelligence" %} {% set iqe_examples = [ {"label": "All documents", "query": "foreach d in dic.documents select d.title, d.collection_id, d.classification"}, {"label": "All collections", "query": "foreach c in dic.collections select c.name, c.collection_id"}, {"label": "Regen queue", "query": "foreach r in dic.regen_queue where r.state == \"queued\" select r.document_id, r.impact_level"} ] %} {% include "includes/iqe_query_widget.html" %} {% endblock %}