BlinkID / blinkid-android

Everything you need to add AI-driven ID scanning into your native Android app.
https://microblink.com/identity/identity-document-scanning/
438 stars 153 forks source link

Cannot set `MrzFilter.` on `MrtdCombinedRecognizer` #177

Closed damienlo closed 4 years ago

damienlo commented 4 years ago

Description

Hello, I recently started using the MrtdCombinedRecognizer instead of a MrtdRecognizer I notice that we cannot set a MrzFilter on it.

Reading the documentation it should be possible, but the method is not exposed

Internally, it uses DocumentFaceRecognizer for obtaining full document image and face image as the first step and then MrtdRecognizer for scanning the MRZ.

i1E commented 4 years ago

Hi @damienlo,

you are right, it is not exposed for the MrtdCombinedRecognizer, we will expose MrzFilter in one of the following releases.

Brankacro commented 4 years ago

Hello @damienlo,

We enabled setting MrzFilter on MrtdCombinedRecognizer with the version 5.2.0. https://github.com/BlinkID/blinkid-android/blob/master/Release%20notes.md#520

Please let us know if we can be of any help. You can always contact us directly at support@microblink.com

Best regards.

damienlo commented 4 years ago

Woohoo

Looks great. thanks!