課程
/后端開發(fā)
/Python
/python遇見數(shù)據(jù)采集
請問這是什么問題?
python3.6
安裝顯示:
2018-05-10
源自:python遇見數(shù)據(jù)采集 5-3
正在回答
包引入出了吧?
from pdfminer.pdfdevice import PDFDevice
from pdfminer.pdfinterp import PDFPageInterpreter, PDFResourceManager
from pdfminer.pdfparser import PDFDocument, PDFParser
# 訪問顯示對象
from pdfminer.layout import LAParams
from pdfminer.converter import PDFPageAggregator
試試這個
舉報
本教程讓你初步掌握Python進(jìn)行數(shù)據(jù)采集,創(chuàng)造屬于你的價值
2 回答No module named 'PyMySQL'
1 回答no module named 'bs4'
2 回答提示no modules named urllib
3 回答AttributeError: 'NoneType' object has no attribute 'get_text'
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2018-06-29
包引入出了吧?
from pdfminer.pdfdevice import PDFDevice
from pdfminer.pdfinterp import PDFPageInterpreter, PDFResourceManager
from pdfminer.pdfparser import PDFDocument, PDFParser
# 訪問顯示對象
from pdfminer.layout import LAParams
from pdfminer.converter import PDFPageAggregator
試試這個