将PDF转换为HTML时遇到问题

时间:2019-03-26 05:42:40

标签: python

我收到此错误: ImportError:

  

没有名为pdftotree的模块

我的代码是:

import pdftotree

pdftotree.parse(pdf_file, html_path, model_type=None, model_path=None, favor_figures=True, visualize=False)

我如何安装pdftotree:

sudo apt install python3-tk

pip install pdftotree

1 个答案:

答案 0 :(得分:1)

您可能有多个python环境。或者,如果您使用sudo安装了模块,则非sudo用户(No module named 'pafy')无法访问它们。

使用pip3安装并运行python3。

Error: Not Found
The requested URL /greet was not found on this server.