Skip to content

v4.0.1

Compare
Choose a tag to compare
@Cerovec Cerovec released this 31 Jul 12:29
· 143 commits to master since this release
  • Added support for several new special cases of US Driver Licenses in USDL recognizer.
  • Exposed two new properties in PPUsdlRecognizerSettings
    • scanUncertain
    • Set this to YES to scan even barcode not compliant with standards
    • Use only if necessary because it slows down the recognition process
    • Default: NO
    • allowNullQuietZone
      • set this to YES to scan barcodes which don't have quiet zone (white area) around it
      • slightly slows down recognition process
      • Default: YES
  • Disabled Bitcode in Sample apps so that they are buildable with XCode 7 (Bitcode support in the framework coming soon!)
  • Added library dependencies in podspec without which the app after integration couldn't be built