Closed narendra-r closed 5 years ago
Hi @narendra-r,
that's because the MBUSDLCombinedRecognizer
scans only the face and document image on the front. It doesn't read the fields, all other fields are read from the pdf417 barcode on the backside, so it can't compare front and back side results.
Kind regards, Jure
Hi Jure, many thanks for your response. I have been reading your documentation. Specifically: http://blinkid.github.io/blinkid-ios/Protocols/MBCombinedRecognizerResult.html#/c:objc(pl)MBCombinedRecognizerResult(py)documentDataMatch.
As you will see, this document clearly suggests that BlinkID supports data comparison of USA Drivers license front and back. This has now become an important expectation for my client. Can you please look at this again and let me know whether if it is supported - or if it will be fixed? Thanks again for your help!
Unfortunately we don't currently support data matching on front and back side of usdl using USDL combined recognizer.
[READ] Step 1: Are you in the right place?
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
MBUsdlCombinedRecognizerResult documentDataMatch property always returns true on scan completion.
Steps to reproduce:
Scan different person's USDL back document on completion of front scan of USDL, then in results we always getting documentDataMatch property as true.
Relevant Code: