()
| 13 | |
| 14 | # zbar https://github.com/primetang/qrtools |
| 15 | def 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 | |
| 23 | def test_label(): |
nothing calls this directly
no test coverage detected