Releases: mindee/mindee-api-python
Releases Β· mindee/mindee-api-python
Release list
Version 3.1.1
Version 3.1.0
Version 3.0.0
Β‘Breaking Changes!
- β¨ New PDF cut/merge system, allowing specifying exactly which pages to use.
- β»οΈ PDF documents are no longer cut by default, use the
page_optionsparameter in theparsemethod. - β¨ Document (endpoints) are now versioned, providing better backward-compatible support.
- β¨ Pass the document class instead of a string to specify how to
parseinput sources. - β»οΈ Some methods and parameters renamed for better clarity.
- β¨ Results from Custom documents are now deserialized into objects, rather than
dict.
Changes
- β¨ Add support for expense receipts V4.
- β»οΈ minor improvements to geometry functions.
Fixes
- π Make sure the user is specified when calling custom docs on CLI
- π Add default timeout of 120 seconds for endpoints.
Version 2.6.0
Fixes
- π don't print "None" when filename is empty
Changes
- ποΈ deprecate setting singular and plural names for docs (#98)
- β¨ add x-axis geometry functions (#99)
- β¨ add getting bounding box for multiple polygons (#100)
- β¨ add support for classifications in custom docs
- β¨ allow setting only the
MINDEE_API_KEYenvironment variable - β¬οΈ update pikepdf
v2.5.1
v2.5.0
v2.4.0
Fixes
- π π custom docs names refer to the API, not the type.
- π words should be separated when printing custom documents
- π empty date should return passport not in validity
Changes
- β¨ Add TIFF and HEIC support
- β¨ Add real bounding boxes
- π publish documentation to pages
v2.3.0
Fixes
- π make sure the 'Token' keyword is sent in the auth headers
Changes
- β¨ now possible to read file contents at any time
- π¨ run mypy in pre-commit
- β¬οΈ upgrade pikepdf
- β»οΈ minor cleanup / refactor
- π Add basic automated class documentation
v2.2.0
v2.1.1
Fixes
- π fix for locale constructor
- π fix custom document in CLI
- π·οΈ declare type info to mypy
- π fix for dumping JSON in CLI
Changes
- π·οΈ set stricter pylint and mypy settings
- π§βπ» add pre-commit to ensure proper code formatting
- π¨ fixes to import order (isort) and documentation (pydocstyle)