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
2 回答4.9k 阅读✓ 已解决
2 回答1k 阅读✓ 已解决
3 回答1k 阅读✓ 已解决
4 回答804 阅读✓ 已解决
3 回答1.1k 阅读✓ 已解决
1 回答1.6k 阅读✓ 已解决
1 回答1.1k 阅读✓ 已解决