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 f6d3e2a commit 6742ce1Copy full SHA for 6742ce1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Mindee Python API Library Changelog
2
3
+## v3.8.1 - 2023-05-11
4
+### Fixes
5
+* :bug: fix naming of job ID property
6
+
7
## v3.8.0 - 2023-05-10
8
### Changes
9
* :sparkles: add support for Invoice Splitter V1
docs/extras/code_samples/invoice_splitter_v1_async.txt
@@ -24,7 +24,7 @@ times_tried = 1
24
queue_result = input_doc.enqueue(doc_class)
25
26
# Get the id of the queue (job)
27
-queue_id = queue_result.job.job_id
+queue_id = queue_result.job.id
28
29
# Recursive function that tries to retrieve the completed document.
30
# If the document is not "complete", try again
mindee/version
@@ -1 +1 @@
-3.8.0
+3.8.1
0 commit comments