Update Auto Multiple Choice Marking authored by Robert Alexander Crowell's avatar Robert Alexander Crowell
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
![pdf_extraction](uploads/7a502f99eeada1db4c0996f3cb831606/pdf_extraction.png) ![pdf_extraction](uploads/7a502f99eeada1db4c0996f3cb831606/pdf_extraction.png)
7. After the command completed [a new line in terminal will appear with a flashing cursor after $], run the command 7. **NEW (Tested but settings not optimized):** After the command completed [a new line in terminal will appear with a flashing cursor after $], run the command
`find . -maxdepth 1 -type f -iname '*.jpg' -exec magick {} -colorspace Gray -level 35%,95% {} \;` `find . -maxdepth 1 -type f -iname '*.jpg' -exec magick {} -colorspace Gray -level 35%,95% {} \;`
... ...
......