pyimb icon indicating copy to clipboard operation
pyimb copied to clipboard

Python implementation of the USPS "Intelligent Mail Barcode".

Results 2 pyimb issues
Sort by recently updated
recently updated
newest added

A ZIP code such as 999984444 turns into 1000084445 during encoding. With the old logic, this would have 1000100001 (1000000000 + 100000 + 1) subtracted from it, resulting in a...

If mailer ID, barcode ID, and serial number are all 0, decoding fails. This is because the code word is 0 when encoded, which gets 659 added to it, making...