blinkcard / blinkcard-in-browser

21 stars 11 forks source link

Scan for single side of the card #12

Open pjain8889 opened 2 years ago

pjain8889 commented 2 years ago

Is it possible to scan the single side of the card only which returns the data if scan success. Which recognizer I need to use for single side card scanning.

Thanks, Prashant

akushylun commented 2 years ago

Yeah, would be great to know if such possibility exists. Thanks

yerassylnurlanov commented 1 year ago

Did u find a solution? If yes, pls tell me

yerassylnurlanov commented 1 year ago

I found callback "onFirstSideResult:", after triggering this callback we can read the card information, then stop the detection

AngTim commented 1 year ago

Hello everyone,

Sadly, there is no single-side recognizer for BlinkCard SDK, but you can enable single-side scanning with an update of the recognizer settings inside the application.

You can read more on the said topic at the following link https://help.microblink.com/s/direct-article?Article=ka08W000000st3HQAQ.

With the update of the recognizer settings, you can skip the fields on a specific set of cards, but the settings are not applicable for more different formats.

Please test the suggestion and let me know if there is anything else I can assist you with.

Kind regards, Angelo

yerassylnurlanov commented 1 year ago

I already read that it does not work correctly in webview. But my camera opened, recognition and the video element worked. Right now the camera is working, but the video element plays a black screen, is there any solution to this problem?