Skip to content

Commit 7a62120

Browse files
authored
Merge pull request #32 from JigsawStack/vocr
Vocr
2 parents 4f7d243 + a8502f6 commit 7a62120

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jigsawstack/vision.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class VOCRParams(TypedDict):
1616
prompt: Union[str, List[str]]
1717
url: NotRequired[str]
1818
file_store_key: NotRequired[str]
19+
page_range: NotRequired[List[int]]
1920

2021

2122
class OCRResponse(TypedDict):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="jigsawstack",
9-
version="0.1.25",
9+
version="0.1.26",
1010
description="JigsawStack Python SDK",
1111
long_description=open("README.md", encoding="utf8").read(),
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)