Try this code: filename = 'path/to/your/PDF' crop_coords = [x0, top, x1, bottom] text = '' pages = [] with pdfplumber.open(filename) as pdf: for i, ...
確定! 回上一頁