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

Ballot scanning #1

Open
boredzo opened this issue Feb 10, 2021 · 0 comments
Open

Ballot scanning #1

boredzo opened this issue Feb 10, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@boredzo
Copy link
Owner

boredzo commented Feb 10, 2021

We probably shouldn't reinvent the wheel and write a whole new ballot-scanner; there may be existing open-source projects that can accurately detect the optical-scan marks, and we should use one of those if possible.

Some voters may have filled in bubbles completely, or made a mark in the bubble but not even partially “filled” the bubble in any sense.

We need two things:

  • Scanning the voter ID number (ten columns, one per digit)
  • Scanning the candidate selections (as many as 60 on a page)

If necessary, the voter ID number can be represented as a series of 10-candidate “races”, and the “winners” converted into the digits of the ballot's voter ID number in a post-processing step.

@boredzo boredzo added the help wanted Extra attention is needed label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant