帮我用python实现一个功能,提取PDF的某些页面

可以使用 PyPDF2 库来实现提取 PDF 页面的功能。

安装 PyPDF2:

pipinstall pypdf2

你可能感兴趣的:(pdf)