You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using "page_dimensions" in evaluation.json will not work currently because all bubble positions are relative to template.pageDimensions
We can use a transformation matrix to map all the field bubbles to the resized page dimensions
The text was updated successfully, but these errors were encountered:
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: