Closed ramezmosad closed 3 weeks ago
@Chirag2x Yes, I feel like it would be easier to have two separate files for handling the two different sheet types. And yeah different functions would be called based one whichever sheet type the user chooses. Do you think having it all in one file would be easier? I was just unsure about how I would go about that. There's the option of just implementing the methods that are in Custom.py inside Scantron.py. For example, inside Scantron.py I would add an "extractCustomROIs" method and that would just be the "extractROIs" method that's defined in Custom.py. I'm not sure which way makes more sense so if you have any recommendations please let me know!
Well, Both of them are right approach. Let go ahead with the method you pushed. I am approving the merge.
Fixes #104
What was changed?
Why was it changed? This change addresses the need to properly extract ROIs for each page of custom answer sheets in a structure similar to that used for Scantron sheets.
How was it changed?
Screenshots that show the changes (if applicable):