diff --git a/backend/documents_parser/extractor.py b/backend/documents_parser/extractor.py index 8871ab4fc..8580d1646 100644 --- a/backend/documents_parser/extractor.py +++ b/backend/documents_parser/extractor.py @@ -728,6 +728,7 @@ class PasHubRdSapSiteNotesExtractor: slopes=surfaces("Slope"), common_walls=surfaces("Common wall"), flat_ceilings=surfaces("Flat ceiling"), + roof_room_type=self._get_in(data, "Roof room type:"), ) def _parse_roof_space_detail(self, data: List[str]) -> RoofSpaceDetail: