Skip to content

v2.13.0

Compare
Choose a tag to compare
@davidgrayston davidgrayston released this 21 Oct 12:59
· 56 commits to master since this release
2e003b7

Doc Scan

Added

  • Support for ID document comparison checks
  • Ability to block the collection of biometric consent
  • Allow the configuration of the manual_check value for requested Document Authenticity checks
  • Add support for chip data
    • RequestedTextExtractionTaskBuilder().with_chip_data_desired()
    • RequestedTextExtractionTaskBuilder().with_chip_data_ignore()
    • IdDocumentResourceResponse property: document_id_photo
  • Add support for document page frames

Fixed

  • RequestedDocumentAuthenticityCheckBuilder.build() is no longer static. Python 2 implementations must change this to RequestedDocumentAuthenticityCheckBuilder().build()