pjain8889

Results 6 comments of pjain8889

I am not getting **Type '"BASIC"' is not assignable to type 'WasmType'** issue in codepen. I am getting this issue only in my code. Please ignore the above error shows...

I am using angular framework and using the code this way : **import * as BlinkIDSDK from "@microblink/blinkid-in-browser-sdk"; const loadSettings = new BlinkIDSDK.WasmSDKLoadSettings(license_key); loadSettings.wasmType = "BASIC"; loadSettings.engineLocation = "https://unpkg.com/@microblink/[email protected]/resources/"; BlinkIDSDK.loadWasmModule(loadSettings).then...

Thanks, It works. Can you please let me know which link should I follow to check the document Type and where I will get the document type in the micro...

Just want to know, what is the document type in mrz json because I am seeing classinfo and mrz have different document type. Thanks, @vjekoart

Hi @vjekoart, I uploaded one passport and I am getting different document types in the class info and mrz section. Please see the screenshot. I saw this issue with multiple...

Hi @vjekoart, Thanks for the clarification above. I just have one more query that the currentsettings() is not working for "CreateBlinkIdRecognizer". I have a single function to handle the single...