We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
textMode
isPure
true
This can be reproduced from the ZXingReader example:
ZXingReader
> ./build/example/ZXingReader -ispure -mode escaped ./test/samples/aztec-1/gs1-figure-4.15.1-2-31x31.png Text: "(01)09504000059101(21)12345678p901(10)1234567p(17)141120(8200)http://www.gs1.org/demo/" Bytes: 30 31 30 39 35 30 34 30 30 30 30 35 39 31 30 31 32 31 31 32 33 34 35 36 37 38 70 39 30 31 1D 31 30 31 32 33 34 35 36 37 70 1D 31 37 31 34 31 31 32 30 38 32 30 30 68 74 74 70 3A 2F 2F 77 77 77 2E 67 73 31 2E 6F 72 67 2F 64 65 6D 6F 2F Format: Aztec Identifier: ]z1 Content: GS1 HasECI: false Position: 0x0 31x0 31x31 0x31 Rotation: 0 deg IsMirrored: false IsInverted: false Version: 4
> ./build/example/ZXingReader -mode escaped ./test/samples/aztec-1/gs1-figure-4.15.1-2-31x31.png Text: "01095040000591012112345678p901<GS>101234567p<GS>171411208200http://www.gs1.org/demo/" Bytes: 30 31 30 39 35 30 34 30 30 30 30 35 39 31 30 31 32 31 31 32 33 34 35 36 37 38 70 39 30 31 1D 31 30 31 32 33 34 35 36 37 70 1D 31 37 31 34 31 31 32 30 38 32 30 30 68 74 74 70 3A 2F 2F 77 77 77 2E 67 73 31 2E 6F 72 67 2F 64 65 6D 6F 2F Format: Aztec Identifier: ]z1 Content: GS1 HasECI: false Position: 0x0 31x0 31x31 0x31 Rotation: 0 deg IsMirrored: false IsInverted: false Version: 4
The text was updated successfully, but these errors were encountered:
81407a0
No branches or pull requests
This can be reproduced from the
ZXingReader
example:The text was updated successfully, but these errors were encountered: