Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何使用scrapy抓取pdf文件中的数据。我应该使用哪个模块,哪个是最好和有效的方法?你能给我一些关于这个的示例教程吗
谢谢!!
我建议您使用 Scrapy 获取 PDF,并使用PyPDF2获取 PDF 中的内容。
有关完整但有些旧的(使用 pyPDF)示例,请查看此站点。