Releases: BlinkID/capture-ios
Releases · BlinkID/capture-ios
v1.4.2
- 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
- Remote license fix
v1.4.0
- 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
- License key remote check fix
- Change from
kCVPixelFormatType_420YpCbCr8BiPlanarFullRange
tokCVPixelFormatType_420YpCbCr8BiPlanarVideoRange
- ROI fix:
- Output connection video orientation fix
- iPhone 15 Pro fix
v1.3.0
- 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
- Add privacy manifest
- Downgrade Swift tools version to 5.7
v1.2.2
- Add portrait support for AVCaptureConnection's videoOrientation and AVCaptureConnection's videoRotationAngle
- Set
MBCCImage
videoRotationAngle
toMBCCVideoRotationAnglePortrait
:
- Set
MBCCSideCaptureResult
:- Properties
capturedImage
andtransformedImage
are now nullable
- Properties
v1.2.1
- Bugfix:
- License key release unlock
v1.2.0
- Introduced
BlurPolicy
,GlarePolicy
,TiltPolicy
which are used to enablestrict
,normal
,relaxed
ordisabled
policies. - Analyzer settings changes:
- replaced
tiltThreshold
withtiltPolicy
- replaced
ignoreGlare
withglarePolicy
- replaced
ignoreBlur
withblurPolicy
- replaced
v1.1.1
- Cocopods Xcode 15 support