Skip to main content

Changelog

docutain_sdk - Version 1.1.0

Features

Bug Fixes

  • Fixed a bug that could cause the camera to choose a too small capture resolution on some Android devices
  • Fixed a bug that caused the image rotation to get lost when filtering the image after rotating it

Breaking Changes

  • On Android, the camera now does an additional pre capture focus run in order to improve the quality of the captured images. Depending on the device, image capture might take a little bit longer. Please check here, if you like to disable it

docutain_sdk - Version 1.0.2

Features

  • Added support for importing files (PDF, image files). See file import for more details
  • Added new functionality to export the currently scanned document as image (JPG) files. See image export for more details
  • Added new property autoCapture to DocumentScannerConfiguration to be able to switch between manual and automatic document capture
  • Added new property defaultScanFilter to DocumentScannerConfiguration to be able to set the default scan filter according to one's needs

docutain_sdk - Version 1.0.1

Features

  • Added support for iOS platform
  • Added possibility to disable page rotation and page filter feature

docutain_sdk - Version 1.0.0

  • Initial Release