Questions tagged [magickwand]

106 questions
-1
votes
1 answer

when i run the below code to convert pdf image to jpg policy error popped up

import os import io from PIL import Image import pytesseract from wand.image import Image as wi import gc pdfim=wi(filename="salem-father.pdf",resolution=300) PolicyError: not authorized `salem-father.pdf' @ error/constitute.c/ReadImage/412
1 2 3 4 5 6 7
8