推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
alfer
V2EX  ›  Python

python2.7.10 使用 pdfminer3k 远程 http 读取 pdf 文件报错,有什么读取 pdf 可用的方法吗?

  •  
  •   alfer · Sep 26, 2016 · 4895 views
    This topic created in 3552 days ago, the information mentioned may be changed or developed.
    Traceback (most recent call last):
    File "D:/work/workspace/mywork/earthquake_crapy/document/pdf_example.py", line 2, in <module>
    from pdfminer.pdfinterp import PDFResourceManager,process_pdf
    File "D:\MyTools\Python-2.7.10\lib\site-packages\pdfminer\pdfinterp.py", line 5, in <module>
    from .cmapdb import CMapDB, CMap
    File "D:\MyTools\Python-2.7.10\lib\site-packages\pdfminer\cmapdb.py", line 23, in <module>
    from .psparser import PSStackParser
    File "D:\MyTools\Python-2.7.10\lib\site-packages\pdfminer\psparser.py", line 4, in <module>
    from .utils import choplist
    File "D:\MyTools\Python-2.7.10\lib\site-packages\pdfminer\utils.py", line 212, in <module>
    0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff,
    File "D:\MyTools\Python-2.7.10\lib\site-packages\pdfminer\utils.py", line 180, in <genexpr>
    PDFDocEncoding = ''.join( chr(x) for x in (
    ValueError: chr() arg not in range(256)
    2 replies    2016-09-26 16:31:49 +08:00
    Kisesy
        1
    Kisesy  
       Sep 26, 2016
    你用 py2 ,就不要用 3K 版好不好
    alfer
        2
    alfer  
    OP
       Sep 26, 2016
    @Kisesy 用的 pdfminer2 也不行啊,不能导入包 from pdfminer.pdfinterp import PDFResourceManager,process_pdf
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2679 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 48ms · UTC 14:17 · PVG 22:17 · LAX 07:17 · JFK 10:17
    ♥ Do have faith in what you're doing.