Skip to content

Commit b006fd5

Browse files
🔖 Version 4.19.0 (#311)
1 parent 668b3bf commit b006fd5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

mindee/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "4.18.0"
3+
__version__ = "4.19.0"
44

55
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
66

0 commit comments

Comments
 (0)