Add output screenshot to How it works step 2 on timeline-about.php

This commit is contained in:
2026-05-19 14:05:12 +02:00
parent 81ba20c44a
commit 0201115fa3
+1
View File
@@ -140,6 +140,7 @@ $ctaUrl = $isAuthed ? '/timeline.php' : ($toolsLogin);
<h3 class="kdoc-step-card__title">AI extracts &amp; classifies</h3>
<p class="kdoc-step-card__body">The engine reads every sentence, recognising Norwegian date formats and classifying each event by type (absolute, relative, recurring, conditional, period) and assigning a confidence score. Focus filters scope the extraction to what matters most for your case.</p>
<p class="kdoc-step-card__example">Returns structured output: date &middot; type &middot; confidence &middot; actor &middot; description &middot; source excerpt</p>
<img src="assets/images/timeline/output-timeline.png" alt="Timeline output showing ABSOLUTE and PERIOD date cards with HIGH and MEDIUM confidence badges, actor names, and event descriptions" class="kdoc-step-card__screenshot" loading="lazy">
</div>
<span class="kdoc-step-arrow" aria-hidden="true">&rarr;</span>
<div class="kdoc-step-card">