Augusta Carla Klug

Results 1 comments of Augusta Carla Klug

Change the pageEmpty function code on storeImages.py as follows: ``` def pageEmpty(self, image): im = Image.open(BytesIO(image)) width, height = im.size im = im.resize((int(width / 5), int(height / 5))) gray =...