From 1e7306b324d4a4ea3124236ec0e4c965565e229e Mon Sep 17 00:00:00 2001 From: sebastianMindee Date: Fri, 17 Nov 2023 11:28:58 +0100 Subject: [PATCH] :memo: add docstring --- mindee/parsing/custom/list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mindee/parsing/custom/list.py b/mindee/parsing/custom/list.py index 68d5eab1..e0fa1dd2 100644 --- a/mindee/parsing/custom/list.py +++ b/mindee/parsing/custom/list.py @@ -12,6 +12,7 @@ class ListFieldValue(FieldPositionMixin): confidence: float """Confidence score""" page_id: Optional[int] + """Id of the page the field was found on.""" def __init__( self, raw_prediction: StringDict, page_id: Optional[int] = None