Skip to content

Commit c8ce4ba

Browse files
authored
Merge pull request #11 from JigsawStack/check
Clean up
2 parents 4a2a435 + 892fdb2 commit c8ce4ba

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)