BlinkID / blinkid-xamarin

ID scanning SDK, wrapped for cross-platform apps built with Xamarin.
https://microblink.com/blinkid
50 stars 24 forks source link

No recognizer for 2D barcode scanning #40

Open grabadan opened 4 years ago

grabadan commented 4 years ago

How to scan 2D barcodes?

culoi commented 4 years ago

Hello @grabadan

Can you please let us know which 2D barcode are you trying to scan?

In our BlinkID-Xamarin SDK on the Github are only available following recognizers: BlinkID, USDL, Visa, Passport and DocumentFace.

We have a custom distribution of our SDK that we distribute through our dashboard that has all available recognizers, including BarcodeRecognizer (that scans following barcodes: QR code, Code 128, Code 39, EAN 13, EAN 8, UPC A,UPC E,ITF) and PDF417Recognizer for scaning of the PDF417 barcodes.

Regards

Cerovec commented 4 years ago

Hi @grabadan,

With BlinkID v5.3, we’ve now also added a dedicated BlinkIdBarcodeRecognizer, which specifically deals with recognizing and parsing barcodes from ID documents.

Please let us know if this helps you and if you still have this issue open.

Thank you, Jurica.