Skip to content

Changelog

0.9.3

  • Fix parsing IDL subfiles

0.9.2

  • Include support of 1D barcode formats
  • Update TensorFlow
  • Update ZXingC++

0.9.0

  • Add support ICAO IDB barcodes
  • Unify VDS/VDS-NC/IDB document features API

0.8.6

  • Improved camera stability and initialization
  • Fixed some iOS26 related issues

0.8.5

  • Fix a bug related to camera preview orientation

0.8.4

  • Improved country detection on number plates
  • Improved camera stability and image handling

0.8.3

  • Improve character recognition on number plates

0.8.2

  • Improve character recognition on number plates

0.8.1

  • Fixed naming issue in Package.swift

0.8.0

  • Add number plate segmentation
  • Show torch button when supported only
  • Include ObjC sources in XCFramework

0.7.9

  • Return document number including version part for Swiss driver licenses

0.7.7

  • Added MRZ error validation cache to prevent false checksum errors

0.7.6

  • Improve MRZ parsing

0.7.5

  • Further optimizations in framework build process
  • For MRZ with errors (e.g. with a checksum), an error is now set so that it can be displayed in the UI

0.7.4

  • Optimized build process to avoid linker collisions
  • First line of Swiss driver license MRZs is now also read (containing blank number and language)

0.7.1

  • Optimized MRZ scanning
  • Optimized barcode scanning

0.7.0

  • Added support for VDS and VDSNC scan types

0.6.3

  • Bugfix: Correct handling of scan type filtering

0.6.2

  • Bugfix: Correct the logic to restrict to scan types

0.6.1

  • Disabled debug outputs by default

0.6.0

  • MRZ reading: Now also the optionalData fields are returned
  • Added option to show Scanner in modal or fullscreen presentation

0.5.0

  • Recognition of the MRZ has been improved (especially in difficult lighting situations)
  • The handling of the device rotation has been improved

0.4.2

  • Added country detection for NumberPlate (see README.md and Example project)
  • Improved scene steady detection
  • Optimizations of the framework file size

0.3.2

  • Show an AlertView if camera permission is not granted

0.3.1

  • Corrected some bugs and added a scene stability detection

0.3.0

  • Add scanTypes to interface

0.2.0

  • Initial release