Skip to content
New issue

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

Add multi-eci decoding for PDF417 #1507

Merged
merged 3 commits into from Mar 9, 2022

Commits on Mar 7, 2022

  1. - Added multi-eci decoding for PDF417

    - Fixed issue that some multi-eci encoded PDF417 codes were missing ECIs
    AlexGeller1 committed Mar 7, 2022
    Copy the full SHA
    456e69d View commit details
    Browse the repository at this point in the history
  2. Syntactic changes

    AlexGeller1 committed Mar 7, 2022
    Copy the full SHA
    2ec7049 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. - Fixed issue that ECIs were not processed correctly in all allowed l…

    …ocations in binary encoded data as specified in section 5.5.3.2 of the spec
    
    - Added verifying unit test
    AlexGeller1 committed Mar 8, 2022
    Copy the full SHA
    561f187 View commit details
    Browse the repository at this point in the history