Giter Site home page Giter Site logo

Comments (4)

mparadina avatar mparadina commented on June 10, 2024

Hi @jrsenthilk

Can you please tell me which overlay are you using in the scanning process?

The data-match option for iOS is only available with the BlinkID Overlay.
When using the BlinkID Overlay, you can turn on the requireDocumentSidesDataMatch method, when setting up the BlinkID overlay settings.

When set to true (the true option is set by default), the BlinkID Combined recognizer will check if the front and backside of the document match after the scanning process finishes.

Documentation:
https://github.com/BlinkID/blinkid-cordova/blob/master/BlinkID/www/blinkIdScanner.js#L1154

Let me know if you have any additional questions.

Milan

from blinkid-cordova.

jrsenthilk avatar jrsenthilk commented on June 10, 2024

Hi Milan,

Yes we are using the BlinkID overlay. This is how we are initializing it in our code:

var blinkidOverlaySettings = new cordova.plugins.BlinkID.DocumentVerificationOverlaySettings()

and yes, requireDocumentSidesDataMatch is set to true as well.

Any other items that we need to check further ?

from blinkid-cordova.

jrsenthilk avatar jrsenthilk commented on June 10, 2024

Just a quick check, we also tried the official BlinkID app from App Store and it doesn't detect the 'sides does not match" part. Is that feature not turned on in your official app in the app store?

from blinkid-cordova.

mparadina avatar mparadina commented on June 10, 2024

Hi @jrsenthilk

From the sent code line, I can see that you are using the Document Verification Overlay.
Did you try using the BlinkIdOverlaySettings and seeing if you can get the alert?

Example:
var blinkidOverlaySettings = new cordova.plugins.BlinkID.BlinkIdOverlaySettings();

You can find the code example here as well:
https://github.com/BlinkID/blinkid-cordova/blob/master/sample_files/www/js/index.js#L73

Also, just to double-check, are you referring to the Microblink Vision, or BlinkID application from the App Store?
Vision: https://apps.apple.com/us/app/microblink-vision/id1464662310
BlinkID: https://apps.apple.com/us/app/blinkid/id1258136557

Regards,
Milan

from blinkid-cordova.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.