We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8a84b commit 44d6ec6Copy full SHA for 44d6ec6
jigsawstack/vision.py
@@ -150,6 +150,10 @@ class VOCRParams(TypedDict):
150
url: NotRequired[str]
151
file_store_key: NotRequired[str]
152
page_range: NotRequired[List[int]]
153
+ fine_grained: NotRequired[bool]
154
+ """
155
+ High fidelity word-level bounding boxes within complex documents. Default: false.
156
157
158
159
class Word(TypedDict):
0 commit comments