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 11# Mindee Python API Library Changelog
22
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+
320## v4.18.0 - 2025-02-21
421### Changes
522* :sparkles : add support for image and pdf compression
Original file line number Diff line number Diff line change 11import sys
22
3- __version__ = "4.18 .0"
3+ __version__ = "4.19 .0"
44
55PYTHON_VERSION = f"{ sys .version_info [0 ]} .{ sys .version_info [1 ]} "
66
You can’t perform that action at this time.
0 commit comments