You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements
Introduced CaptureFilter:
If you need additional checks on Capture result images, you can use CaptureFilter. This feature is optional.
Capture filter filters capture results after each successful side capture (accepts or drops captured side). If the captured image is filtered out, the capture process is restarted for the current side and the same side is captured again in the same camera session.
We are providing one specific implementation of the CaptureFilter in capture-filter-blinkid library which uses the BlinkID SDK and accepts document images that are extractable by the BlinkID SDK.
Updated introduction dialog with new image and "Turn your phone to landscape mode" message
Introduced AnalyzerRunner.resetSide function used to retake the current document side.
Upgraded CameraX dependency to the latest stable version v1.3.4.