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 7d85b5f commit 1afa1bbCopy full SHA for 1afa1bb
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Mindee Python API Library Changelog
2
3
+## v4.11.0 - 2024-09-04
4
+### Changes
5
+* :sparkles: add support for full text OCR extra
6
+* :sparkles: add support for invoice splitter auto-extraction
7
+### Fixes
8
+* :memo: add sample code example for image splitter auto-extraction
9
+* :recycle: refactor `image_extraction` and change name to `extraction`
10
+* :memo: update documentation
11
+* :recycle: fix many typos in product internals
12
+* :recycle: add a few missing `__init__.py` files
13
+
14
15
## v4.10.0 - 2024-07-24
16
### Changes
17
* :sparkles: add support for Healthcare Card V1
mindee/version
@@ -1 +1 @@
-4.10.0
+4.11.0
0 commit comments