We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pdf_parser_v2
1 parent 8ec116e commit 01238ddCopy full SHA for 01238dd
README.md
@@ -45,7 +45,7 @@ pip install docling-parse
45
Convert a PDF (look in the [visualize.py](docling_parse/visualize.py) for a more detailed information)
46
47
```python
48
-from docling_parse.docling_parse import pdf_parser_v2
+from docling_parse.pdf_parsers import pdf_parser_v2
49
50
# Do this only once to load fonts (avoid initialising it many times)
51
parser = pdf_parser_v2("error") # info, warning, error, fatal
0 commit comments