-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
[Enhancement] Printing summary texts on Checked OMR images #194
Comments
hey can you please assign it to me i will try to solve this... |
Hey @Vishal35198, you can try out the repo's dev branch for this task. We can discuss a basic approach for it in this thread, then I'll assign it to you :) |
Can you please give a brief overview of the problem cause i can't grasp it properly please let me know. |
@Vishal35198 sure, you'll need to checkout the dev branch locally and after installations, check the output of bonus marking answer key sample -
In this sample folder we already have a evaluation.json file with current summary texts configured. The output should look like this - Now in the scope of this issue:
|
This issue extends #156
score
andanswers_summary
on the final imageProvide access to omr response in printing
We can also pass
**omr_response
in a new format string that can help us print custom_labels etc on the image.Support custom colors
We can take custom colors and thickness for each summary text in a
font object
Support for new lines in the texts
cv2 putText doesn't seem to support newlines by default
We can use this answer as a util: https://stackoverflow.com/a/73471951/6242649
Handling custom page_dimensions
The text was updated successfully, but these errors were encountered: