{% for stub, files in component_files.items() %}
{% endfor %}
{{ stub }}
{% set my_ocr_df = ocr_df[ocr_df["id"] == stub] %}
{% for _, row in my_ocr_df.iterrows() %}
{% endfor %}
Classification: {{ row["label_classification"] }}
