rodgomesc / vision-camera-code-scanner

VisionCamera Frame Processor Plugin to read barcodes using MLKit Vision QrCode Scanning
MIT License
338 stars 223 forks source link

ITF barcode support #103

Open danieltvaz opened 1 year ago

danieltvaz commented 1 year ago

Hi there.

i'm trying to implement a feature on an app that scan for a bank barcode (brazillian defaults).

vision-camera-code-scanner recognize the barcode well, but, its missing digits in rawValue.

I'll put here what code i'm trying to scan:

image

And that is the display value:

00190.00009 03268.720004 34380.777176 6 91400000033866

BUT, the callback value returns to me:

00190.00009 03268.720004 34380.77717

So, i'ts not complete. Am I doing something wrong?

AlmirONNI commented 1 year ago

Any updates on this? I'm still with this problem

danieltvaz commented 1 year ago

Any updates on this? I'm still with this problem

Hi there. I just changed to expo-barcode-scanner to make it work.

You don't need an expo managed project to use their modules. https://docs.expo.dev/bare/installing-expo-modules/