Why does word for mac sometimes save on my mac and sometimes save on onedrive

broken image
broken image
broken image

Image = cv2. MinSize = (30, 30), flags = cv2.CASCADE_SCALE_IMAGE) Sometimes users save their sensitive data in PDF format so that they can send these files as an attachment to some interested users/ groups.However, hacking can harm PDF information by extracting, editing, printing, copying, and modifying. PDF files are best to store/ save crucial data. Gray =cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)įaces = face_tectMultiScale(gray, scaleFactor = 1.3, minNeighbors = 4, Today, Portable Document Files have become the de facto file standard on the Internet. Maybe Someone can see my mistake and help me import cv2įace_cascade = cv2.CascadeClassifier( + 'haarcascade_frontalface_default.xml')įiles = glob.glob('E:\\Sublime\\cv2\\screenshots/*.png') So to understand what i'm trying to do is, to load a folder in which some images are, then check if a face is in it and after this save it in two diffrent folders one in which the images with the faces are, and in the other without. To be precies it doesn't even save the images anywhere. In my code everything works fine except the saving of the files in diffrent directories.