亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

文本處理 - 求教使用python庫提取pdf的方法?

瀏覽:85日期:2022-09-02 11:18:15

問題描述

使用過pypdf 對英文pdf文檔處理比較簡單,但是對中文的支持好像不太好

使用過textract 看文檔支持的格式比較多方法也比較簡單,但是老師出錯

-- coding: utf-8 --

import textractimport pyPdfimport pdf2textimport pdfminerimport chardet

text = textract.process('F:ll.pdf',method = ’pdfminer’)print text

這個 出錯是編碼問題-- coding: utf-8 --

import textractimport pyPdfimport pdfminerimport chardet

text = textract.process('F:ll.pdf',method = ’pdfminer’)print text

這個出錯類型不清楚

少使用了pdf2text庫,但是出錯情況好像不一樣。

pdfminer庫還沒看過,看著好像麻煩一些, 求解一下解析提取中文的pdf的方法。謝謝

問題解答

回答1:

之前用過的pdfminer pip install pdfminer

# -*- coding: utf-8 -*-from bs4 import BeautifulSoupimport requestsimport refrom pdfminer.pdfinterp import PDFResourceManager, PDFPageInterpreterfrom pdfminer.converter import TextConverterfrom pdfminer.layout import LAParamsfrom cStringIO import StringIO#from io import StringIO for python3from io import openfrom pdfminer.pdfpage import PDFPagedef pdf_txt(url): rsrcmgr = PDFResourceManager() retstr = StringIO() codec = ’utf-8’ laparams = LAParams() device = TextConverter(rsrcmgr, retstr, codec=codec, laparams=laparams) f = requests.get(url).content fp = StringIO(f) interpreter = PDFPageInterpreter(rsrcmgr, device) password = '' maxpages = 0 caching = True pagenos = set() for page in PDFPage.get_pages(fp, pagenos, maxpages=maxpages, password=password, caching=caching, check_extractable=True):interpreter.process_page(page) fp.close() device.close() str = retstr.getvalue() retstr.close() return strtxt=tpdf_txt(’http://pythonscraping.com/pages/warandpeace/chapter1.pdf’)print txt#如果pdf含有中文,輸出到文件#open(’pdf.txt’,’wb’).write(txt)python readpdf.py’’’CHAPTER I'Well, Prince, so Genoa and Lucca are now just family estates oftheBuonapartes. But I warn you, if you don’t tell me that thismeans war,if you still try to defend the infamies and horrorsperpetrated bythat Antichrist- I really believe he is Antichrist- I willhavenothing more to do with you and you are no longer my friend,no longermy ’faithful slave,’ as you call yourself! But how do youdo? I seeI have frightened you- sit down and tell me all the news.'It was in July, 1805, and the speaker was the well-knownAnnaPavlovna Scherer, maid of honor and favorite of theEmpress MaryaFedorovna. With these words she greeted PrinceVasili Kuragin, a manof high rank and importance, who was thefirst to arrive at herreception. Anna Pavlovna had had a cough forsome days. She was, asshe said, suffering from la grippe; grippebeing then a new word inSt. Petersburg, used only by the elite.All her invitations without exception, written in French,anddelivered by a scarlet-liveried footman that morning, ran as’’’

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 国产精品成人va | 午夜三级黄色片 | 91精品国产91久久 | 日韩成人免费视频播放 | 午夜寻花高颜值极品女神 | 亚洲你xx我xx网站 | 国精产品一区一区三区 | 99热这里都是国产精品 | 一级做a爱片久久毛片 | 久久97久久97精品免视看秋霞 | 国产黄网站| 久久亚洲精品成人综合 | 国产线视频精品免费观看视频 | 91aaa免费观看在线观看资源 | 看最刺激的欧美毛片 | 日韩系列在线 | 大美女香蕉丽人视频网站 | 黄色免费影视 | 成人在线免费视频 | 在线视频国产网址你懂的在线视频 | 女人被狂躁后的视频免费 | 中国一级大片 | 成人羞羞免费视频 | 国产精品1页 | 亚洲色图国产精品 | 五月婷婷丁香久久 | 男人影院在线观看 | 亚洲高清在线天堂精品 | 国产成人精品一区二区免费视频 | 久久91精品国产91久久 | 日韩 亚洲 欧美 中文 高清 | 最新中文字幕电影在线观看 | 国内精品一区二区在线观看 | 性高清| 口国产成人高清在线播放 | 欧美成人禁片在线观看网址 | 亚洲第一第二区 | 国产精品国色综合久久 | 亚洲精品大片 | 青草香蕉视频 | 国产第一页久久亚洲欧美国产 |