Add a description, image, and links to the exponential-notation topic page so that developers can more easily learn about it.
How can I prevent Docling from converting large float values like 1231486.34 into exponential notation (1.23149e+06) during extraction? I'm using docling.document_converter to extract tabular or ...