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 4a2a435 + 892fdb2 commit c8ce4baCopy full SHA for c8ce4ba
jigsawstack/vision.py
@@ -26,7 +26,7 @@ class OCRResponse(TypedDict):
26
27
class Vision(ClientConfig):
28
def vocr(self, params: VOCRParams) -> OCRResponse:
29
- path = "/ai/vocr"
+ path = "/vocr"
30
resp = Request(
31
api_key=self.api_key,
32
api_url=self.api_url,
0 commit comments