Skip to content

Commit 44d6ec6

Browse files
fix: Added fine_grained param to VOCRParams
1 parent 1a8a84b commit 44d6ec6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jigsawstack/vision.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ class VOCRParams(TypedDict):
150150
url: NotRequired[str]
151151
file_store_key: NotRequired[str]
152152
page_range: NotRequired[List[int]]
153+
fine_grained: NotRequired[bool]
154+
"""
155+
High fidelity word-level bounding boxes within complex documents. Default: false.
156+
"""
153157

154158

155159
class Word(TypedDict):

0 commit comments

Comments
 (0)