python-fan / pdf2word

60行代码实现多线程PDF转Word
MIT License
805 stars 345 forks source link

Python 3.10 and later #31

Closed Harold-y closed 3 months ago

Harold-y commented 3 months ago

你好!很感谢这个repo能够帮助我转换PDF成Word。我注意到现在仓库的requirement.txt对于Python 3.10或者以上版本会有报错,起因是pdf2docx的版本使用的Python低于3.10,而3.10 Iterable被移除了collections库;而且opencv的版本也会报另一个错误,所以我新增了一个requirement_3_10.txt,可以在高于3.9的版本安装依赖使用pdf2word。

再次感谢。 Harold

simpleapples commented 3 months ago

Hi @Harold-y 谢谢你的pull request,以及详细的README!