Vjekoslav Artić
Vjekoslav Artić
Hi @pjain8889, Sorry for the delayed answer. I wasn't able to reproduce this issue. Could you provide more information about the technical environment on your side? In particular, could you...
I'm still not able to reproduce the issue with `wasmType`. Could you provide us with the complete integration code for the UI component? For example, this is the relevant TypeScript...
Oh, thank you for the information, now everything makes sense :) When using BlinkID In-browser in the TypeScript environment, it's advised to look at the examples written in TypeScript. For...
Hi @pjain8889, I'm glad everything is now working as expected. The `ClassInfo` type is the right way to determine the document type. When the recognition is completed, check the value...
@pjain8889, could you provide more details about this problem? I would like to point out that MRZ has a different data structure than the `ClassInfo` enum. That is, MRZ has...
Hi @pjain8889, Do you have anything new regarding this issue? That is, have you managed to integrate our SDK as intended? Sincerely, Vjekoslav
Hi @pjain8889, As I can see from the provided results, you're getting the same document type. Property `classInfo.documentType` is `25`. If you look at the [`ClassInfo.ts`](https://github.com/BlinkID/blinkid-in-browser/blob/master/src/Recognizers/BlinkID/Generic/ClassInfo.ts#L434) file, you can see...
Hi @pjain8889, I'm not able to reproduce this issue. Browser caching of the resources shouldn't be a problem if you're using exact links, e.g. `loadSettings.engineLocation = "https://unpkg.com/@microblink/[email protected]/resources/";` instead of `loadSettings.engineLocation...
Hi @sachin321123, I'm not sure what are you referring to when you say "progress of the scan". Are you talking about a still image scan where the user uploads an...