Document Metadata
Comparative file properties details
Page-Wise Detail Analysis
Deep dive into text, visual and semantic differences
{% for page in report.pages %}
{% if page.heatmap_base64 %}
{% endif %}
{% if page.semantic_diff_expected_html %}
{% endif %}
{% endfor %}
PG {{ loop.index }}
Analysis of Page Content
{{ (page.text_score * 100) | round(2) }}% Text
{% if page.visual_score is not none %}
{{ (page.visual_score * 100) | round(2) }}% Visual
{% endif %}
{% if page.intent_score is not none %}
{{ (page.intent_score * 100) | round(2) }}% Semantic
{% endif %}
Expected Text
{{ page.expected_diff_html | safe }}
Actual Text
{{ page.actual_diff_html | safe }}
Expected / Baseline document
Actual / Target document
Heatmap
Expected / Base document (Semantic View)
{{ page.semantic_diff_expected_html | safe }}
Actual / Target document (Semantic View)
{{ page.semantic_diff_actual_html | safe }}