You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yaelamraoui
changed the title
converter.convert(source) is hanging
At the execution of the github example : converter.convert(source) is hanging
Feb 11, 2025
@cau-git I did download it on local and ran the command line docling --artifacts-path="/local/path/to/models" FILE but its still hanging
I also ran the python code as described on the link you provided and it's still hanging
Bug
when I launch docling on the github example the execution is stuck at the converter.convert(source)
...
Steps to reproduce
launch the example
from docling.document_converter import DocumentConverter
source = "https://arxiv.org/pdf/2408.09869" # document per local path or URL
converter = DocumentConverter()
result = converter.convert(source)
print(result.document.export_to_markdown()) # output: "## Docling Technical Report[...]"
...
Docling version
I had the issue with both the 2.20 and 2.21.0 and 2.18.0 and 2.19.0 and 2.15.0
...
Python version
Python 3.11.7
...
Side note
This morning it was working and suddenly the issue appeared
the issue is on linux environment but when I ran it on my windows it worked
The text was updated successfully, but these errors were encountered: