Skip to content

Commit 01238dd

Browse files
authored
docs: Updated import for pdf_parser_v2 in README (#100)
Signed-off-by: Kshitijaa Jaglan <[email protected]>
1 parent 8ec116e commit 01238dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip install docling-parse
4545
Convert a PDF (look in the [visualize.py](docling_parse/visualize.py) for a more detailed information)
4646

4747
```python
48-
from docling_parse.docling_parse import pdf_parser_v2
48+
from docling_parse.pdf_parsers import pdf_parser_v2
4949

5050
# Do this only once to load fonts (avoid initialising it many times)
5151
parser = pdf_parser_v2("error") # info, warning, error, fatal

0 commit comments

Comments
 (0)