smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

Fix submission handling and optimize transcription #68

Closed afig closed 5 years ago

afig commented 5 years ago

This PR addresses two distinct issues (sorry).

  1. Submissions are now successfully processed. As noted in a commit description, code is now repeated across processing of comments and submissions. This will be dealt with at a later time (an issue should be opened)

  2. Images are now only processed once during the transcription process. Previously, an images would go through Tesseract up to 4 times due to the result not being stored.

Closes #64, Closes #66