Changelog
Version 6.0.0 - May 07, 2025
Features
- 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
andColorTopBarTitle
. See Color Configuration for more details.
Improvements
- Improved scanning screen on Android, using more of the available space for the camera on supported devices.
- Several APIs have been improved to better adapt to the familiar Capacitor ecosystem.
Bug Fixes
- Layout Fixes on the scanning screen for Android & iOS, e.g. missing or cut buttons.
Version 2.0.5 - Apr 17, 2025
Features
- Added support for Android 15 and add edge-to-edge on all Android versions
- Added
statusBarAppearance
andnavigationBarAppearance
to be able to alter the default behaviour on Android
Version 2.0.4 - Feb 22, 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 2.0.3 - Jan 30, 2025
Bug Fixes
- Fixed missing default icons for the addPage and finish buttons.
- Fixed a bug that could cause the scan process to not finish when the photo picker was closed by swiping it down on iOS.
Version 2.0.2 - Oct 23, 2024
Features
Added
allowPageEditing
. If true, after the scan screen is finished, an editing screen with the captured images will be displayed. On the editing screen, the user can crop manually, rotate the page, filter the page and much more. Refer to DocumentScannerConfiguration for more details.Added support for 16KB page size on Android.
Version 2.0.1 - Sep 24, 2024
Features
Added a lot of new functionalities for further customization of the document scanner
Added
confirmPages
. When it is set to true, the user will be presented a list with thumbnails of all pages in order to do a final check before finishing the scan process. Refer to DocumentScannerConfiguration for more details.Added
allowPageRetake
. When it is set to true, the bottom toolbar will display an item allowing to rescan the current page. Refer to PageEditConfiguration for more details.Added possibility to compress the generated PDF to a predefined maximum file size. Refer to PDF compression for more details.
Version 2.0.0 - Jun 22, 2024
- Capacitor version 6x first release version
Version 1.0.0 - Apr 8, 2024
- first release version
Version 1.0.0.Alpha.1
- only internal tests