Skip to content

Releases: BlinkID/capture-ios

v1.4.2

13 Sep 12:40
463f91f
Compare
Choose a tag to compare
  • Added experimental feature overrideAppPreferredLanguage which allows setting the language from inside the app. As this is not aligned with Apple guidelines, customers are advised to use it ONLY if needed for transitional period. Any issues that might arise from using this setting are left on customer's discretion for solving.

v1.4.1

22 Aug 14:31
e778d1e
Compare
Choose a tag to compare
  • Remote license fix

v1.4.0

01 Aug 11:03
b2ecb70
Compare
Choose a tag to compare
  • Add Capture Filter:
    • Capture filter filters capture results after each successful side capture (accepts or drops captured side)
  • SDK now supports localization - see Localizable.xcstrings:
    • Arabic
    • Chinese (Simplified and Traditional)
    • Croatian
    • Czech
    • Dutch
    • Filipino
    • French
    • German
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Malay
    • Portuguese (Portugal)
    • Romanian
    • Serbian (Latin)
    • Slovak
    • Slovenian
    • Spanish
    • Thai
    • Vietnamese
  • Internal threading optimizations

v1.3.1

21 May 09:13
57e5492
Compare
Choose a tag to compare
  • License key remote check fix
  • Change from kCVPixelFormatType_420YpCbCr8BiPlanarFullRange to kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange
  • ROI fix:
    • Output connection video orientation fix
  • iPhone 15 Pro fix

v1.3.0

26 Apr 07:04
366fdfd
Compare
Choose a tag to compare
  • Added option Keep DPI on image:
    • Determines whether to preserve the captured document DPI on transformed document image. If disabled, the document DPI is downscaled to 400 DPI.
  • Added option Enforced document group:
    • Enforces a specific document group, overriding the analyzer's document classification. This setting impacts the number of sides scanned to match the enforced group, and the way document image is transformed.

v1.2.3

07 Mar 14:36
975e89c
Compare
Choose a tag to compare
  • Add privacy manifest
  • Downgrade Swift tools version to 5.7

v1.2.2

27 Feb 12:53
71d6746
Compare
Choose a tag to compare

v1.2.1

22 Nov 14:15
45afad9
Compare
Choose a tag to compare
  • Bugfix:
    • License key release unlock

v1.2.0

16 Nov 10:31
751f420
Compare
Choose a tag to compare
  • Introduced BlurPolicy, GlarePolicy, TiltPolicy which are used to enable strict, normal, relaxed or disabled policies.
  • Analyzer settings changes:
    • replaced tiltThreshold with tiltPolicy
    • replaced ignoreGlare with glarePolicy
    • replaced ignoreBlur with blurPolicy

v1.1.1

10 Nov 14:46
908b13b
Compare
Choose a tag to compare
  • Cocopods Xcode 15 support