{% for stub, files in component_files.items() %}
{% set my_ocr_df = ocr_df[ocr_df["id"] == stub] %}
{% if len(my_ocr_df) %}
{% endfor %}
{{ stub }}

Sheet Components
Component | Image |
---|---|
{{ get_classification(file) }} |
Institutional Labels
{% for _, row in my_ocr_df.iterrows() %}Classification: {{ row["label_classification"] }}