¡Breaking Changes!
- 💥 update
Client
creation & document upload - 💥 update custom
Endpoint
creation syntax - 🎨 improve product class syntax & structure
- ♻️ harmonize naming with other client libraries
- 🎨 moved most parsing modules into their own respective modules
- 🎨 separated common, standard & custom parsing features into their own modules
Changes
- ✨ add support for asynchronous endpoints
- ✨ add support for Invoice Splitter V1
- ✨ add support for OCR Full-text parsing on compatible APIs
- ✨ add support for FR Bank Account Details V2
- ✨ allow for the implementation of pages to differ from main document
- ✨ add url input source
- ⚰️ remove Shipping Containers
- ♻️ moved all products into the
Product
module (fromParsing
) - ♻️ better implementation of geometric operations
- ✏️ document all previously non-documented class
- ♻️ match file hierarchy with module nesting
- ♻️ rewrite tutorials to match new syntax
Fixes
- 🐛 fix: pages now use the proper
orientation
property - ⚡ optimize: only a single endpoint is now created on document upload
Full Changelog: v2.2.1...v3.0.0