0nliner

Results 2 issues of 0nliner

### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. I want to be able...

polar

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...