Skip to content

Commit 37ab31a

Browse files
apply suggestions
1 parent 509e090 commit 37ab31a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/extras/code_samples/workflow_execution.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from mindee import Client, WorkflowResponse
2+
from mindee.parsing.common import ExecutionPriority
23

34
# Init a new client
45
mindee_client = Client(api_key: "my-api-key")

mindee/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def execute_workflow(
243243
page_options: Optional[PageOptions] = None,
244244
) -> WorkflowResponse:
245245
"""
246-
Send the document to an asynchronous endpoint and return its ID in the queue.
246+
Send the document to a workflow execution.
247247
248248
:param input_source: The document/source file to use.
249249
Has to be created beforehand.

0 commit comments

Comments
 (0)