JiachengSun0520
Results
2
comments of
JiachengSun0520
I have similar problem when I tried to read stream using PIL. with pdfplumber.open("example.pdf") as pdf: # print(pdf.pages) page = pdf.pages[0] # Extract the first page for page in pdf.pages:...
solved it by using PIL.Image.frombytes()