Skip to content

Commit 892fdb2

Browse files
committed
Clean up
1 parent 7cca25a commit 892fdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jigsawstack/vision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class OCRResponse(TypedDict):
2626

2727
class Vision(ClientConfig):
2828
def vocr(self, params: VOCRParams) -> OCRResponse:
29-
path = "/ai/vocr"
29+
path = "/vocr"
3030
resp = Request(
3131
api_key=self.api_key,
3232
api_url=self.api_url,

0 commit comments

Comments
 (0)