Loss of trailing zeros are happening in Docling, i followed the issue and found it's happening due to Docling-core's export_to_markdown() method (see attached screenshot).
Docling issue link: docling-project/docling#1891
To fix the bug need to pass disable_numparse=True in try code block but currently it's in the except... i wanted to fix/suggest an update but hesitated if there is a case i am not aware that requires current approach.
Looking forward for maintainer's opinion... TIA.
Loss of trailing zeros are happening in Docling, i followed the issue and found it's happening due to Docling-core's
export_to_markdown()method (see attached screenshot).Docling issue link: docling-project/docling#1891
To fix the bug need to pass
disable_numparse=Trueintrycode block but currently it's in theexcept... i wanted to fix/suggest an update but hesitated if there is a case i am not aware that requires current approach.Looking forward for maintainer's opinion... TIA.