MCPcopy Create free account
hub / github.com/devilsen/CZXing / decode_qr_ode

Function decode_qr_ode

python/main.py:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14# zbar https://github.com/primetang/qrtools
15def decode_qr_ode():
16 qr_scanner = QR_Extractor()
17 output = qr_scanner.extract('image/multi_qr_code.png')
18 print(output)
19 # output = qr_scanner.extract('image/test3.png')
20 # print(output)
21
22
23def test_label():

Callers

nothing calls this directly

Calls 3

extractMethod · 0.95
QR_ExtractorClass · 0.90
printFunction · 0.50

Tested by

no test coverage detected