jokus-pokus

Results 6 comments of 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: ![grafik](https://github.com/user-attachments/assets/1de6297a-b280-4596-87de-8e9fd3b50ce6)...

Hi I understand this but can you test my code pls?