Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@ianardee ianardee released this 07 Nov 18:19
· 247 commits to main since this release

¡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_options parameter in the parse method.
  • ✨ Document (endpoints) are now versioned, providing better backward-compatible support.
  • ✨ Pass the document class instead of a string to specify how to parse input 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.