Changelog
Version 1.7.3.1 - Mar 24, 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
Version 1.7.2.0 - Feb 19, 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.
Added
readSEPACreditor
. Some invoices specify a SEPA creditor that is not the same as the sender of the document, but you need to get the recipient of the payment. Defaults to false. Refer to Data Extraction for more details.
Improvements
- Improved Data Extraction.
Bug Fixes
- Fixed a bug that could cause the extracted date to be 1 month in the future.
Version 1.7.1.0 - Jan 27, 2025
Features
- Added
allowPageDeletion
. If true, the menu item for deleting pages will be displayed in the toolbar. Defaults to true. - Added
allowPageAdd
. If true, the bottom toolbar will show a button allowing to add a new page. Defaults to false.
Refer to PageEditConfiguration for more details.
Bug Fixes
- Fixed a bug that, in rare cases, could cause the camera to crash when no matching camera resolution is available.
Version 1.7.0.3 - Oct 18, 2024
Bug Fixes
- Fixed a bug that could cause the image capture to fail when capturing an image while clicking the finish button.
Version 1.7.0.2 - Oct 10, 2024
Features
- Added support for 16KB page size on x86_64 emulator.
Version 1.7.0.1 - Oct 03, 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.
Improvements
- Improved Polish translations.
Version 1.7.0.0 - Aug 23, 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 1.6.3.1 - Mar 13, 2024
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
Version 1.6.2.1 - Feb 01, 2024
Features
- Added new UI functionality for page cropping and page rearrangement
- Added new functionality to run the document scanner on imported images, providing the same UI as when scanning with the device's camera
- Added a lot of new possibilities to change the default scanning behaviour
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
- 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.
- The
compileSdk
of your app needs to be set to 34 or greater. Note that updating thecompileSdk
(which allows newer APIs to be used) can be done seperately from updatingtargetSdk
andminSdk
. So this should have no negative impact on your app.
Version - 1.5.1.8 - Sep 06, 2023
Features
- Added new functionality to export the currently scanned document as image (JPG) files. See image export for more details
- Added new property
autoCapture
toDocumentScannerConfiguration
to be able to switch between manual and automatic document capture - Added new property
defaultScanFilter
toDocumentScannerConfiguration
to be able to set the default scan filter according to one's needs
Breaking Changes
- Moved
DocutainSDK.pageCount()
toDocument.pageCount()
Version - 1.5.1.5 - Feb 28, 2023
Features
- Added support for HEIC image import
- Added
Logger
class to be able to alter the logging behaviour
Version - 1.5.1.1
Features
- Added support for simulators
Bug Fixes
- Fixed a bug that could cause out of memory exceptions when importing PDF files
Improvements
- Improved the detection rate for payment state and BIC
Version 1.4.0.1
Improvements
- Improved performance of the document scanner
Version 1.3.8.1
Improvements
- Added some translations
Version 1.3.8.0
- Initial Release