File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Mindee Python API Library Changelog
2
2
3
+ ## v4.19.0 - 2025-03-27
4
+ ### Changes
5
+ * :sparkles : update structure for InvoiceSplitterV1
6
+ * :sparkles : update FR EnegryBillV1 to V1.2
7
+ * :sparkles : update US HealthcareCardV1 to V1.1
8
+ * :coffin : remove support for EU Driver License
9
+ * :coffin : remove support for PetrolReceiptV1
10
+ * :coffin : remove support for ReceiptV4
11
+ * :coffin : remove support for Proof of Address
12
+ * :coffin : remove support for US Driver License
13
+ * :coffin : remove support for US W9V1
14
+ ### Fixes
15
+ * :bug : fix polling waiting for a full timeout in case of parsing failure
16
+ * :recycle : add missing imports for some products
17
+ * :arrow_down : downgrade pypdfium dependency due to very rare errors in local character extraction
18
+
19
+
3
20
## v4.18.0 - 2025-02-21
4
21
### Changes
5
22
* :sparkles : add support for image and pdf compression
Original file line number Diff line number Diff line change 1
1
import sys
2
2
3
- __version__ = "4.18 .0"
3
+ __version__ = "4.19 .0"
4
4
5
5
PYTHON_VERSION = f"{ sys .version_info [0 ]} .{ sys .version_info [1 ]} "
6
6
You can’t perform that action at this time.
0 commit comments