From 8a753822c813d250f9f52235c5e99ecf2f917fb4 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 15 Jul 2026 08:27:01 +0000 Subject: [PATCH] =?UTF-8?q?Capture=20the=20Simplified=20RIR=20'Roof=20room?= =?UTF-8?q?=20type'=20label=20from=20the=20survey=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- backend/documents_parser/extractor.py | 1 + 1 file changed, 1 insertion(+) 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: