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.
2 parents 4f7d243 + a8502f6 commit 7a62120Copy full SHA for 7a62120
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):
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="jigsawstack",
9
- version="0.1.25",
+ version="0.1.26",
10
description="JigsawStack Python SDK",
11
long_description=open("README.md", encoding="utf8").read(),
12
long_description_content_type="text/markdown",
0 commit comments