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 edad738 commit 726677eCopy full SHA for 726677e
code_samples/workflow_execution.txt
@@ -2,7 +2,7 @@ from mindee import Client, WorkflowResponse
2
from mindee.parsing.common import ExecutionPriority
3
4
# Init a new client
5
-mindee_client = Client(api_key="my-api-key")
+mindee_client = Client(api_key: "my-api-key")
6
7
workflow_id = "workflow-id"
8
0 commit comments