From 44720d16a6f8fb9d9761ec752b41194b495e1e43 Mon Sep 17 00:00:00 2001 From: Renato Durrer Date: Thu, 2 May 2024 15:17:34 +0200 Subject: [PATCH] Update Docstring of start_pipeline. --- src/stratigraphy/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stratigraphy/main.py b/src/stratigraphy/main.py index 5b615d25..4157a43a 100644 --- a/src/stratigraphy/main.py +++ b/src/stratigraphy/main.py @@ -114,6 +114,9 @@ def start_pipeline( depth intervals. The input directory should contain pdf files with boreholes data. The algorithm can deal with borehole profiles of multiple pages. + Note: This function is used to be called from the label-studio backend, whereas the click_pipeline function + is called from the CLI. + \f Args: input_directory (Path): The directory containing the pdf files. Can also be the path to a single pdf file.