Skip to content
Snippets Groups Projects

Toggling pregrading and Identifying blank solutions

Open Ghost User requested to merge feature/toggle-pregrading into develop
Compare and Show latest version
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -132,4 +132,5 @@ def extract_image_wand(pagenr, reader):
img = Image.open(BytesIO(img_array))
img.load() # Load the data into the PIL image from the Wand image
return img
\ No newline at end of file
return img
Loading