diff --git a/backend/app/services/pdf_generator_service.py b/backend/app/services/pdf_generator_service.py index 73596b7..8b2588e 100644 --- a/backend/app/services/pdf_generator_service.py +++ b/backend/app/services/pdf_generator_service.py @@ -728,7 +728,7 @@ class PDFGeneratorService: regions_to_avoid.append(element) # Tables are exclusion regions elif element.is_visual or element.type in [ ElementType.IMAGE, ElementType.FIGURE, - ElementType.CHART, ElementType.DIAGRAM + ElementType.CHART, ElementType.DIAGRAM, ElementType.LOGO ]: image_elements.append(element) regions_to_avoid.append(element) # Images are exclusion regions