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 ce5afe0 commit abe24ceCopy full SHA for abe24ce
docs/extras/code_samples/default_v2.txt
@@ -2,9 +2,8 @@
2
# Install the Python client library by running:
3
# pip install mindee
4
#
5
-
6
from mindee import ClientV2, InferencePredictOptions
7
-from mindee.parsing.v2 import InferenceResponse, PollingResponse
+from mindee.parsing.v2 import InferenceResponse
8
9
input_path = "/path/to/the/file.ext"
10
api_key = "MY_API_KEY"
0 commit comments