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
from docling.document_converter import DocumentConverter
if __name__ == '__main__':
print(DocumentConverter().convert("https://arxiv.org/pdf/2209.07650v1"))
The text was updated successfully, but these errors were encountered:
@dolfim-ibm My system runs with 48GB of RAM on Win Home 11 and It fails the same way with CPU or CUDA. With CUDA it seems that the GPU is never really used, so maybe it is unrelated.
We definitely have Docling running on systems with just a few GB of RAM. We need to think of a few other inputs which could help debugging your issue. Will keep you posted.
Docling fails to convert a pdf claiming all the available memory and eventually running OOM.
OS: Win11 Home
docling 2.15.1
docling-core 2.14.0
docling-ibm-models 3.1.2
docling-parse 3.1.0
The text was updated successfully, but these errors were encountered: