docling-project / docling-project/docling-core
Issue with loss of trailing zeros in formatted numbers during PDF parsing
Open
- Dominant language
- HTML
- Stars
- 282
- Forks
- 214
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 21
Description
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: https://github.com/docling-project/docling/issues/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.
Contributor guide
Assessment
This issue has not been assessed yet.