Michele Dolfi
Michele Dolfi
This is pretty surprising. macOS with Apple Silicon is our primarity development system. Do you have more details on the failure?
Which error message do you get?
@lauhub how did you install Docling? I think some other dependencies might have no overlap with the required dependencies for Docling.
@lauhub which python version are you using? I just tried a fresh install on python 3.10, 3.11, 3.12 and 3.13 without any issue.
@sanmai-NL I'm not able to reproduce it. For me it works. ```sh $ python -m venv venv $ source ./venv/bin/activate $ pip install docling $ python Python 3.12.7 (main, Oct...
> I dont think this will take the local file as an input kindly view my code in #1051 you will get to know in which code I have changed...
@vagenas let's indeed make the models use `__init__(*, ...)` and have the factory adding the `options=` explicitly.
@SimJeg this is an interesting feature, but we should introduce it with an option for enable/disable, because not all output formats will be compatible with markdown styling. There could also...
We actually are considering something similar to what you are proposing. Adding the option for the format at convert time (with default None) is good, but we would like to...
I also think we should not touch the return type, since the function have an explicit argument `raises_on_error`. But it is still unclear to me what could/should be the return...