capawesome-team / capacitor-mlkit

⚡️ ML Kit plugins for Capacitor. Supports Android and iOS.
https://capawesome.io/plugins/mlkit/
Apache License 2.0
147 stars 46 forks source link

feat: Ean13 with addons #190

Closed SebastianAviles closed 1 month ago

SebastianAviles commented 1 month ago

Plugin(s)

Current problem

I have products with EAN13 with addons, like 978-84-17751-81-3 00001, but the scanner only recognice 9788417751813 part, the rest 00001 is not captured.

Preferred solution

I want to capture the 00001 part of code.

Alternative options

No response

Additional context

No response

Before submitting

robingenz commented 1 month ago

This seems to be a problem with the underlying ML Kit SDK. Please report this issue to https://github.com/googlesamples/mlkit. This Capacitor plugin is only a wrapper for the ML Kit SDK and is not used for the evaluation of the barcodes. I'm therefore closing this issue.