The codes that generated this library with these versions are could not be recognized with QRQR.
to Reproduce
Scan the code generated by the following code:
from src.rmqrcode import rMQR, ErrorCorrectionLevel
from src.rmqrcode.encoder import NumericEncoder
from rmqrcode import QRImage
version = 'R9x139'
e = ErrorCorrectionLevel.M
qr = rMQR(version, e)
qr.add_segment('1', NumericEncoder)
qr.make()
image = QRImage(qr, module_size=8)
image.show()
Versions that could not be recognized
ErrorCorrectionLevel.M
|
27 |
43 |
59 |
77 |
99 |
139 |
| R7 |
- |
|
|
|
|
|
| R9 |
- |
|
|
|
|
x |
| R11 |
|
|
|
|
x |
|
| R13 |
|
|
|
x |
x |
x |
| R15 |
- |
|
|
x |
|
x |
| R17 |
- |
|
|
|
x |
|
ErrorCorrectionLevel.H
|
27 |
43 |
59 |
77 |
99 |
139 |
| R7 |
- |
|
|
|
|
|
| R9 |
- |
|
|
x |
|
|
| R11 |
|
|
x |
x |
x |
|
| R13 |
|
|
|
x |
x |
x |
| R15 |
- |
x |
|
x |
|
x |
| R17 |
- |
x |
|
x |
|
x |