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.
1 parent 9768f20 commit a48f579Copy full SHA for a48f579
jigsawstack/vision.py
@@ -174,7 +174,7 @@ def vocr(self, params: VOCRParams) -> OCRResponse:
174
return resp
175
176
def object_detection(self, params: ObjectDetectionParams) -> ObjectDetectionResponse:
177
- path = "/ai/object_detection"
+ path = "/object_detection"
178
resp = Request(
179
config=self.config,
180
path=path,
@@ -211,7 +211,7 @@ async def vocr(self, params: VOCRParams) -> OCRResponse:
211
212
213
async def object_detection(self, params: ObjectDetectionParams) -> ObjectDetectionResponse:
214
215
resp = await AsyncRequest(
216
217
0 commit comments