Skip to content

Version 3.0.0

Choose a tag to compare

@sebastianMindee sebastianMindee released this 29 Jun 09:09
· 178 commits to main since this release
2449cc5

¡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 (from Parsing)
  • ♻️ 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