Skip to main content

Changelog

Docutain.SDK.MAUI - Version 1.2.2

Features

  • Added build-support for emulators. Note: This allows your app to build and run on an emulator, however, the Docutain SDK will be an empty shell. Meaning, if you want to test the functionality of the Docutain SDK, you need to run it on a real (physical) device

Bug Fixes

  • Fixed a bug that could cause the analyzed JSON data to be faulty

Docutain.SDK.MAUI - Version 1.2.0

Features

  • Added 32 new localizations

Bug Fixes

  • Fixed a bug that caused huge file sizes when using the Black & White filter. Now, when Black & White filter is applied, the files will be saved as single channel TIFF, providing the smallest possible file size

Docutain.SDK.MAUI - 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.MAUI - Version 1.0.2

Features

  • Added new methods GetImageBytes and WriteImage which you can use to export the currently scanned document as image (JPG) files. See image export for more details

Breaking Changes

  • Moved DocutainSDK.PageCount to Document.PageCount

Docutain.SDK.MAUI - Version 1.0.0

  • Initial Release