python 实现 pdf 转为图片

摘要: 1 import fitz 2 import os 3 from PIL import Image 4 5 def convert_pdf2img(file_relative_path): 6 7 page_num = 1 8 filename = file_relative_path.split( 阅读全文
posted @ 2023-08-09 20:16 少杨 阅读(414) 评论(0) 推荐(0)