使用textract包

时间:2017-07-27 14:35:36

标签: python python-3.x module python-import git-clone

当我在使用Windows(哎呀......)时,我无法正确安装textract包。

我仍然试图从这里克隆一个git存储库:https://github.com/deanmalmgren/textract

我在Python 3的“site-packages”目录中克隆它,我试图在我的一个pdf文件上运行一个基本代码,只是为了检查它是否正常工作:

from textract.textract import process
text = process('marqueurs_cadratifs.pdf')

我的PDF文件位于项目的主目录中。

当我运行它时,我收到此错误:

Parent module 'textract.parsers' not loaded, cannot perform relative import

我看过几个错误相同的问题,但它从来没有与我的具体案例相匹配,也无济于事......

感谢您的回答!

0 个答案:

没有答案