Changelog
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