try:
pdf = PyPDF2.PdfFileReader(open(file, "rb"))
except Exception as e:
print(e)
EOF marker not found
try:
pdf = PyPDF2.PdfFileReader(open(file, "rb"))
except Exception as e:
print(e)
EOF marker not found
4 回答4.4k 阅读✓ 已解决
4 回答3.8k 阅读✓ 已解决
3 回答2.1k 阅读✓ 已解决
1 回答4.5k 阅读✓ 已解决
1 回答3.8k 阅读✓ 已解决
1 回答2.8k 阅读✓ 已解决
2 回答1.9k 阅读✓ 已解决