We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cca25a commit 892fdb2Copy full SHA for 892fdb2
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