Skip to content

Commit

Permalink
Add entity extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Oct 21, 2024
1 parent 34774c7 commit b506e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Suggestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Suggestion(BaseModel):
entity_name: str = ""
text: str = ""
values: List[Option] = list()
empty_suggestion: bool = False
# empty_suggestion: bool = False
segment_text: str = ""
page_number: int = 1
segments_boxes: List[SegmentBox] = list()

0 comments on commit b506e08

Please sign in to comment.