Changelog
Docutain.SDK.React Native - Version 1.0.5
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.
Docutain.SDK.React Native - Version 1.0.4
Features
- Added 32 new localizations
- Added method
pageCount()
which retrieves the amount of pages of the currently loaded document - Added method
getTextPage()
which retrieves the text of the specified page instead of the whole document
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
Docutain.SDK.React Native - Version 1.0.3
Features
- Added new functionality to export the currently scanned document as image (JPG) files. See image export for more details
- 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
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
- 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. Please check here, if you like to disable it.
Docutain.SDK.React Native - Version 1.0.1
- 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
Docutain.SDK.React Native - Version 1.0.0
- first release version
Docutain.SDK.React Native - Version 1.0.0.Alpha.1
- only internal tests