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

[New Idea][Non Core] Document photo plugin (help wanted) #73

Open
UjjwalMahar opened this issue Oct 5, 2022 · 7 comments
Open

[New Idea][Non Core] Document photo plugin (help wanted) #73

UjjwalMahar opened this issue Oct 5, 2022 · 7 comments
Labels
enhancement New feature or request help wanted Extra attention is needed intermediate JWOC Medium

Comments

@UjjwalMahar
Copy link
Contributor

So,This is about my idea of creating a Document photo scanner.

This is from my real life instance where we had a pile load of documents which contained passport size photos of candidates on the top right of the page and we wanted to extract photos from it.

What we did was first he scanned the document and then imported it in a photo editor then cropped photos from each document and obviously it took a lot of time.

So I wanted to create/write a program by which I can easily extract photos from a scanned document multiple at a time which would reduce the effort in future and I think will help many like my friend.

And I guess interacting with OMR Checker can boost it 10x.


Untitled

@UjjwalMahar
Copy link
Contributor Author

UjjwalMahar commented Oct 5, 2022

  1. I will be copying src/processor/CropPage.py and using it to extract student image from the document.
  2. Then saving to the outputs folder.
  3. Adding the path to result CSV file alongside OMR responses.

After discussion with @Udayraj123 on Discord call

@Udayraj123
Copy link
Owner

Let's make it as a processor plugin first, later you can create your own project/repo for extracting photos. As there is no template needed in your case.

For plugin case, we need to preserve OMR responses and then add path to the extracted photo

@Udayraj123
Copy link
Owner

created a feature/extract-photo branch for this. @UjjwalMahar you can work on it in your own time.

@Udayraj123 Udayraj123 added enhancement New feature or request intermediate labels Oct 5, 2022
@Udayraj123 Udayraj123 changed the title [New Idea] Document photo cropper [New Idea] Document photo plugin Oct 9, 2022
@Udayraj123
Copy link
Owner

To think about generalizing - this plugin can also be used to scan barcodes or QR codes from OMR sheets in the future.

@Udayraj123 Udayraj123 added the help wanted Extra attention is needed label Oct 9, 2022
@Udayraj123 Udayraj123 changed the title [New Idea] Document photo plugin [New Idea][Non Core] Document photo plugin (help wanted) Oct 9, 2022
@Udayraj123
Copy link
Owner

Keeping this only in project board for now.

@Udayraj123 Udayraj123 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2022
@Udayraj123
Copy link
Owner

reopening for new contributors with an experience in Image Processing and also OCR to look into.

@Udayraj123
Copy link
Owner

Note: the upgraded CropOnMarkers plugin supports this capability partially (selection of particular areas from template.json).
Currently in the branch feature/upgrade-crop-on-markers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed intermediate JWOC Medium
Projects
Status: No status
Development

No branches or pull requests

2 participants