Skip to main content

Changelog

Version 2.1.0 - July 27, 2026

Features

Photo Payment

  • Added GiroCode extraction. It is enabled by default. Use allowGiroCode to disable it.
  • If your app was launched from another app via "open with" or "share" you can now use externalFileUris within the PhotoPaymentConfiguration to pass the URIs to Docutain to handle it for you. Pdf and image files are supported. It will automatically show an extraction UI and forward the extracted data to you, once it is finished.
  • Added onboardingDefaultItemsPhotoPayment and scanTipsDefaultItemsPhotoPayment for updated items specific to Photo Payment, e.g. GiroCode.

Improvements

  • Further improvements to data extraction, making our already excellent accuracy even better.
  • Improved internal dependencies for faster performance and smaller binary size.

Bug Fixes

  • Fixed a bug that could cause a crash on some 16kb page size enabled Android devices.
  • Fixed a bug that caused the edit view to close when swiping pages on iOS 26.

Other

  • Updated Android to minSdk 23.
  • Updated iOS to minimum deployment target iOS 13.

Version 2.0.0 - May 23, 2025

Features

  • Added support for Android 15 and add edge-to-edge on all Android versions
  • Added Photo Payment. With Docutain's Photo Payment SDK you can integrate photo payment into your app within minutes.
  • Added Onboarding. UI components which you can use to onboard the user.
  • Added ScanTips. UI components which you can use to show the user some tips about how to obtain a great scan result.
  • Added allowPageDelete to be able to optionally disable the delete toolbaritem on the editing screen.
  • Added allowPageAdd to be able to optionally enable a button on the editing screen which the user can use to add additional pages.
  • Added vibrateOnCapture to be able to provide better feedback when the camera captures an image.
  • Added a new camera source CameraImport. This will add an import button within the scanning screen to scan and import images at the same time.
  • Added two new colors ColorOnPrimary and ColorTopBarTitle. See Color Configuration for more details.
  • Added statusBarAppearance and navigationBarAppearance to be able to alter the default behaviour on Android

Improvements

  • Improved scanning screen on Android, using more of the available space for the camera on supported devices.

Bug Fixes

  • Layout Fixes on the scanning screen for Android & iOS, e.g. missing or cut buttons.

Version 1.1.0 - Feb 20, 2025

Features

  • It is now possible to test the Docutain SDK for 60 seconds without a license key. This provides you the possibility to do some first tests before getting an extended trial license.

  • Added support for x86 and x86_64 emulators on Android with full functionality.

Improvements

  • Improved Data Extraction.

Bug Fixes

  • Fixed a bug that could cause the extracted date to be 1 month in the future.

Version 1.0.0 - Jan 27, 2025

  • First official release of the Docutain Cordova SDK

Version 1.0.0.Alpha.2

  • Only internal tests

Version 1.0.0.Alpha.1

  • Only internal tests