yannickl/QRCodeReader.swift

EAN13 P2 and P5 Add-On supported?

Closed this issue · 2 comments

Hey, I wanted to ask, if I can scan Add Ons for EAN13 with this library.

Example:

Image of Yaktocat

First Bar Code: I also need the 12 on the right.
Second Bar Code: I also need the 12345 on the right.

If this library does not support it, do you know an alternative?

thanks!

Hi,

The library used the AVFoundation framework provided by Apple. Unfortunately it does not seems to support these formats: https://developer.apple.com/documentation/avfoundation/avmetadatamachinereadablecodeobject/machine_readable_object_types.

For everyone having the same problem:

https://github.com/TheLevelUp/ZXingObjC

this library supports it