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

List of images that are bad answer sheets. #59

Closed
gajendhir opened this issue Dec 1, 2021 · 1 comment · Fixed by #61 or #62
Closed

List of images that are bad answer sheets. #59

gajendhir opened this issue Dec 1, 2021 · 1 comment · Fixed by #61 or #62
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gajendhir
Copy link
Contributor

I have used the software to check about 200 answer sheets in one go. The software was unable to handle bad answer sheets .

So, I had to physically identify and separate the bad answer sheets.

If its okay, I would like to add a feature where the software will generate a separate output file to show the list of images that were bad-answer-sheets.

bad answer sheets are those that do not have the required corners - it could be due to...

  • bad scans
  • dirty / stained pages
  • images that are not answer sheets at all
  • or any such reason
@iansan5653
Copy link
Owner

Great suggestion - this should be a simple feature to add.

@iansan5653 iansan5653 self-assigned this Dec 1, 2021
@iansan5653 iansan5653 added the enhancement New feature or request label Dec 1, 2021
@iansan5653 iansan5653 added this to the v1.2.0 milestone Dec 1, 2021
iansan5653 added a commit that referenced this issue Dec 12, 2021
iansan5653 added a commit that referenced this issue Dec 12, 2021
* Add example to demonstrate issue #59

* Update debug config to run GUI instead of CLI

* Improve handling of corner-finding failures

Instead of rejecting the entire run if corners can't be found for a
file, the status message will now indicate that one or more files
failed to process and a rejected_files.csv will be output.
This was linked to pull requests Dec 12, 2021
iansan5653 added a commit that referenced this issue Dec 12, 2021
* Update release branch with latest from main (#53)

* Create funding.yml to enable Sponsor button (#50)

* Add PDF report link to readme (#51)

* Add a CLI (#58)

* Create process_input.py to wrap input processing from main.py.
Rename main.py to main_gui.py and modify it to call new process_input module.
Create new main.py which implement command line interface.

* Change main.py to main_gui.py in fifth instruction in build_instructions.md.
Adding instructions how to run cli or gui from source to readme.md.

* Update code/main.py

Co-authored-by: Ian Sanders <iansan5653@gmail.com>

* Update code/main.py

Co-authored-by: Ian Sanders <iansan5653@gmail.com>

* Updating main.py

Removing name and usage parameters to ArgumentParser call

* Little doc string

Co-authored-by: Ian Sanders <iansan5653@gmail.com>

* Fix startup error on Linux by only setting TKinter window icon on Windows  (#56)

* Disable TKinter window icon on non-Windows devices

* Expand 'Running From Source' readme section

* Add source file column (with resolved conflicts) (#60)

* Add  "Source File" column to output CSV files (#48)

* source_file column added to results output

* Source File Name in Keys File

* changes as recommended by Ian

Co-authored-by: Gajendra Singh Dhir <gajendhir@hotmail.com>

* Fix type annotation syntax error in process_input.py

* Improve field_data dict initialization

Co-authored-by: Gajendra Singh Dhir <64296557+gajendhir@users.noreply.github.com>
Co-authored-by: Gajendra Singh Dhir <gajendhir@hotmail.com>

* Improve handling of corner-finding failures (#61)

* Add example to demonstrate issue #59

* Update debug config to run GUI instead of CLI

* Improve handling of corner-finding failures

Instead of rejecting the entire run if corners can't be found for a
file, the status message will now indicate that one or more files
failed to process and a rejected_files.csv will be output.

Co-authored-by: N1m6 <37183754+N1m6@users.noreply.github.com>
Co-authored-by: Gajendra Singh Dhir <64296557+gajendhir@users.noreply.github.com>
Co-authored-by: Gajendra Singh Dhir <gajendhir@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants