Pdfminer python 3.5

后端 未结 4 1239
误落风尘
误落风尘 2020-12-14 17:54

I have followed a few tutorials around but I am not able to get this code block to run, I did the necessary switches from StringIO to BytesIO (I believe?)

I am unsur

4条回答
  •  隐瞒了意图╮
    2020-12-14 18:17

    pdfminer doesn't support python version 3.5. It works only in Python 2.6 or newer. I faced the same issue try using python version 2.6 it will solve your problem.

提交回复
热议问题