- Support AGP 8 for Android.
- Adjusted the
ThresholdCompensation
value from 9 to 10 in the template file.
- Updated DDN iOS to v1.0.30.
- Fixed dependency issue for iOS.
- Updated DDN Android to v1.0.30.
- Instead of the
save()
method, use Dart APIs to save the image to a file. - Added camera scanner to the example code, supporting Windows, Android, iOS and web.
- Added
normalizeBuffer()
anddetectBuffer()
for Linux, Android, iOS and web.
- Renamed
normalize()
tonormalizeFile
. - Renamed
detect()
todetectFile
. - Added
normalizeBuffer()
anddetectBuffer()
for Windows.
- Updated example code to support quadrilateral editing.
- Updated DDNJS to 1.0.12.
- Fixed JS normalize function based on quadrilateral points.
- Supported Android and iOS.
- Supported Windows and Linux.
- Updated the example code.
- Encapsulated Dynamsoft Document Normalizer for web development.