Skip to content

Commit

Permalink
📝 add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 17, 2023
1 parent 8a6425a commit 1e7306b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mindee/parsing/custom/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e7306b

Please sign in to comment.