docutain_sdk 1.1.0 docutain_sdk: ^1.1.0 copied to clipboard
Flutter plugin of the Docutain Scanner SDK for Android and iOS. High quality document scanning, data extraction, text recognition and PDF creation for your apps.
1.1.0 #
- 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 alter the default scanning behaviour
- 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
- 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
1.0.2 #
- Added new functionality to export the currently scanned document as image (JPG) files
- Added new property "autoCapture" to DocumentScannerConfiguration to be able to switch between manual and automatic document capture
- Added new property "defaultScanFilter" to DocumentScannerConfiguration to be able to set the default scan filter according to one's needs
- Added new functionality for importing files (PDF, image files)
1.0.1 #
- Added iOS as supported platform
1.0.0 #
- First release version (Android only)
0.0.1-beta.5 #
- Fixed a bug that caused camera to fail when starting the second time
0.0.1-beta.4 #
- Added English translations
- Added DocumentScannerConfiguration to be able to alter scan behaviour
0.0.1-beta.3 #
- Bugfix license check
0.0.1-beta.2 #
- added getTraceFile() method
0.0.1-beta.1 #
- First beta version.