From 474111a1bd89e8a3a18c9f6aa020dd85d4124fe1 Mon Sep 17 00:00:00 2001 From: Stijn Vermeeren Date: Thu, 21 Nov 2024 17:16:39 +0100 Subject: [PATCH] LGVISIUM-102: add ticket number for TODO --- README.predictions-json.md | 2 +- src/stratigraphy/extract.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.predictions-json.md b/README.predictions-json.md index 375151e..306e226 100644 --- a/README.predictions-json.md +++ b/README.predictions-json.md @@ -1,4 +1,4 @@ -# `predictions.json` output Structure +# `predictions.json` output structure The `predictions.json` file contains the results of a data extraction process in a machine-readable format. By default, the file is written to `data/output/predictions.json`. Each key in the JSON object is the name of a PDF file. The extracted data is listed as an object with the following keys: diff --git a/src/stratigraphy/extract.py b/src/stratigraphy/extract.py index d8beeea..1c99469 100644 --- a/src/stratigraphy/extract.py +++ b/src/stratigraphy/extract.py @@ -170,7 +170,7 @@ def process_page( rect=pair.block.rect, page=page_number, ), - # TODO don't automatically convert any interval to an AAboveBInterval + # TODO LGVISIUM-104 don't automatically convert any interval to an AAboveBInterval depth_interval=AAboveBInterval(start=pair.depth_interval.start, end=pair.depth_interval.end) if pair.depth_interval else None,