Add output screenshot to How it works step 2 on timeline-about.php
This commit is contained in:
@@ -140,6 +140,7 @@ $ctaUrl = $isAuthed ? '/timeline.php' : ($toolsLogin);
|
|||||||
<h3 class="kdoc-step-card__title">AI extracts & classifies</h3>
|
<h3 class="kdoc-step-card__title">AI extracts & 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__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 · type · confidence · actor · description · source excerpt</p>
|
<p class="kdoc-step-card__example">Returns structured output: date · type · confidence · actor · description · 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>
|
</div>
|
||||||
<span class="kdoc-step-arrow" aria-hidden="true">→</span>
|
<span class="kdoc-step-arrow" aria-hidden="true">→</span>
|
||||||
<div class="kdoc-step-card">
|
<div class="kdoc-step-card">
|
||||||
|
|||||||
Reference in New Issue
Block a user