Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (30 loc) · 1021 Bytes

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1021 Bytes

1.1.2

  • Support AGP 8 for Android.

1.1.1

  • Adjusted the ThresholdCompensation value from 9 to 10 in the template file.

1.1.0

  • Updated DDN iOS to v1.0.30.

1.0.3

  • Fixed dependency issue for iOS.

1.0.2

  • Updated DDN Android to v1.0.30.

1.0.1

  • 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.

1.0.0

  • Added normalizeBuffer() and detectBuffer() for Linux, Android, iOS and web.

0.5.0

  • Renamed normalize() to normalizeFile.
  • Renamed detect() to detectFile.
  • Added normalizeBuffer() and detectBuffer() for Windows.

0.4.0

  • Updated example code to support quadrilateral editing.
  • Updated DDNJS to 1.0.12.
  • Fixed JS normalize function based on quadrilateral points.

0.3.0

  • Supported Android and iOS.

0.2.0

  • Supported Windows and Linux.
  • Updated the example code.

0.1.0

  • Encapsulated Dynamsoft Document Normalizer for web development.