lukszar / QuickScanner

Simple framework written in Swift to make all types of code scanning much easier.
14 stars 6 forks source link

Barcode support and GSI FNC1 #2

Open KevinJue opened 6 years ago

KevinJue commented 6 years ago

Hello We dont have information about support of scanner ? Maybe more detail on the readme will be good.

What about GS1 https://www.gs1.org/docs/barcodes/GS1_DataMatrix_Guideline.pdf and specially FNC1 (see 2.3 Human readable interpretation (HRI) from the pdf)

I try your demo but FNC1 is missing maybe a missing configuration ? or just not supported ?

lukszar commented 6 years ago

@KevinJue thanks for report the issue. At this moment there are supported all formats which apple supports by default (via AVFoundation). Surely GS1 is working. If there are not working codes, attach here some examples. It will help in analyzing.

KevinJue commented 6 years ago

Well we swap for an other solution, but if i remember, the problem was the charactere to separate element, it was missing.

lukszar commented 6 years ago

Do you mean separate in result? If you can provide any example of barcode which does not work I can try to solve this issue. Thanks in advance.