Francesco Bonazzi

Results 99 comments of Francesco Bonazzi

> We could train one by synthetically generating expressions and using `latex()` on them, but that would only generate a subset of possible latex. Can we use a VLM to...

What about a pure javascript HTML page without any server? Overlay may be provided by Mozilla's PDF.js

> > What about a pure javascript HTML page without any server? Overlay may be provided by Mozilla's PDF.js > > That would still require some backend service. Docling itself...

https://gist.github.com/Upabjojr/97d0debbd67e9e3c81e57a4cea0d51a4 I wrote a simple HTML page that displays Docling's JSON output graphically.

> @Upabjojr That is great, but I hope you do know that you can export/save any document from the conversion result straight into HTML. > > see here: https://github.com/DS4SD/docling/blob/main/docs/examples/export_figures.py#L83 Yes,...

Maybe `.export_to_html( )` should also have an option to choose if the HTML display option should follow the bounding boxes of the source document?

Assuming that repeated indices are implicitly summed was a really bad design idea. We should try to deprecate this feature and make explicit summation mandatory.

Thank you for your contribution!

> Thank you for the fix, this has been a blocker for a downstream project of ours that depends on sympy. > > @Upabjojr , any chance we can get...