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 ba4f599 commit 2585abbCopy full SHA for 2585abb
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Mindee Python API Library Changelog
2
3
+## v3.1.0 (2022-12-01)
4
+### Changes
5
+* :sparkles: allow setting base URL from env
6
+* :sparkles: add some helper functions for BBox
7
+* :sparkles: Add orientation info on all pages
8
+* :sparkles: add Cropper support
9
+* :sparkles: allow setting timeout value from env
10
+* :sparkles: Add Invoice V4 (clearer field names, line items) (#107)
11
+
12
+### Fixes
13
+* :bug: page_n should always be set when available (#106)
14
15
## v3.0.0 (2022-11-07)
16
### ¡Breaking Changes!
17
* :sparkles: New PDF cut/merge system, allowing specifying exactly which pages to use.
mindee/version
@@ -1 +1 @@
-3.0.0
+3.1.0
0 commit comments