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 5d58d0e commit 65af34fCopy full SHA for 65af34f
jigsawstack/vision.py
@@ -16,6 +16,7 @@ class VOCRParams(TypedDict):
16
prompt: Union[str, List[str]]
17
url: NotRequired[str]
18
file_store_key: NotRequired[str]
19
+ page_range: NotRequired[List[int]]
20
21
22
class OCRResponse(TypedDict):
0 commit comments