File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Mindee Python API Library Changelog
22
3+ ## v3.4.0 - 2023-02-01
4+ ### Changes
5+ * :sparkles : add support for: financial document v1
6+ * :sparkles : add support for: proof of address v1
7+
8+ ### Deprecations
9+ The ` FinancialV1 ` class is now * deprecated* .
10+
11+ It's still usable with no code modifications but will be ** removed** in a future release.
12+
13+ All users are encouraged to move to ` FinancialDocumentV1 ` which has much better performance.
14+ Also field names in ` FinancialDocumentV1 ` now match those of ` Invoice ` and ` Receipt ` .
15+
316## v3.3.0 - 2023-01-27
417### Changes
518* sparkles: Add French carte grise v1 support
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def __init__(
5858 """
5959 Union of `Invoice` and `Receipt`.
6060
61- DEPRECATED, do not use .
61+ DEPRECATED, use ``FinancialDocumentV1`` instead .
6262
6363 :param api_prediction: Raw prediction from HTTP response
6464 :param input_source: Input object
Original file line number Diff line number Diff line change 1- 3.3 .0
1+ 3.4 .0
You can’t perform that action at this time.
0 commit comments