pdftotree
pdftotree copied to clipboard
ImportError: cannot import name 'ParserError' from 'pandas.errors'
I tried to run demo from library documentation (https://pypi.org/project/pdftotree/)
import pdftotree
import pathlib
pdf_file = pathlib.Path.cwd() / "test.pdf"
pdftotree.parse(pdf_file, html_path=None, model_type=None, model_path=None, favor_figures=True, visualize=False)
Here is bug i got:
Traceback (most recent call last):
File "/home/wizard/PycharmProjects/pdfToHTMLConverter/main.py", line 1, in
Process finished with exit code 1