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 509e090 commit 37ab31aCopy full SHA for 37ab31a
docs/extras/code_samples/workflow_execution.txt
@@ -1,4 +1,5 @@
1
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.py
@@ -243,7 +243,7 @@ def execute_workflow(
243
page_options: Optional[PageOptions] = None,
244
) -> WorkflowResponse:
245
"""
246
- Send the document to an asynchronous endpoint and return its ID in the queue.
+ Send the document to a workflow execution.
247
248
:param input_source: The document/source file to use.
249
Has to be created beforehand.
0 commit comments