-
Notifications
You must be signed in to change notification settings - Fork 6
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
Vertical Streak Detection Controls #5538
Comments
adghayes
changed the title
Vertical Streak Detection Control
Vertical Streak Detection Controls
Oct 17, 2024
I think this could just be a system setting as you should catch this in L&A |
eventualbuddha
added a commit
that referenced
this issue
Oct 23, 2024
Closes #5538 Adds a system setting that disables streak detection for an election. We might want this in case of a ballot design that triggers false positives when looking for streaks. Because we support taking someone else's AccuVote-style ballot, we may not be able to ensure no streaks are naturally present in the original image. This is unlikely, but this gives us an escape hatch.
eventualbuddha
added a commit
that referenced
this issue
Oct 24, 2024
Closes #5538 Adds a system setting that disables streak detection for an election. We might want this in case of a ballot design that triggers false positives when looking for streaks. Because we support taking someone else's AccuVote-style ballot, we may not be able to ensure no streaks are naturally present in the original image. This is unlikely, but this gives us an escape hatch.
eventualbuddha
added a commit
that referenced
this issue
Oct 24, 2024
Closes #5538 Adds a system setting that disables streak detection for an election. We might want this in case of a ballot design that triggers false positives when looking for streaks. Because we support taking someone else's AccuVote-style ballot, we may not be able to ensure no streaks are naturally present in the original image. This is unlikely, but this gives us an escape hatch.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We'd like to land two improvements for vertical streak detection for v4.0:
First, we'd like to add an ability to turn off the feature. Add a system setting,
disableVerticalStreakDetection
, that turns the feature off in both scanners.Second, we need to somehow surface the warning in VxCentralScan rather than simply failing. Ideally, it's treated as an unreadable ballot with a special message. For example, in this screen:
Copy suggestion:
Ballot Not Counted
Streak Detected
The last scanned ballot was not tabulated because the scanner needs to be cleaned.
Clean the scanner before continuing to scan ballots.
The text was updated successfully, but these errors were encountered: