jokus-pokus
jokus-pokus
Where can I read about the constraints?
Hey @cau-git have you checked if your machine runs out of resources maybe? I had issues with vision models on an arm machine as well and never found the issue.
Hi @Zhengyu-Ju what do you want to do with the docx document? Can you provide a sample docx?
Pls try the example @dolfim-ibm linked. I've done tests with the example, which worked
Ok maybe we start with the smallest working example: from docling.document_converter import DocumentConverter source = "example_small.docx" converter = DocumentConverter() result = converter.convert(source) your result structure should look like this: ...
Hi I understand this but can you test my code pls?