Hacker News new | ask | show | jobs
by PaulHoule 1569 days ago
... it decodes the barcode too?
2 comments

According to this documentation, yes, it returns the raw value encoded in the barcode.

What it does not appear to do is further decode the raw value into logical data. E.g. data matrices commonly contain GS1 element strings that are not trivial to decode. There are libraries for that, though.

Arguably, as a Barcode Detection API that's all it should do.
I think I agree, I'm just being explicit.
It does