Cesar Berrospi Ramis

Results 33 comments of Cesar Berrospi Ramis

@PeterStaar-IBM I have done some changes on branch `dev/use-furniture-in-html` for this PR: - rebased on latest `main` and force-pushed the amended commits - add an additional commit since: - the...

@ealyn thanks for spotting this issue and the willingness to provide a solution. > I found a python module [officemath2latex](https://github.com/Derican/officemath2latex) can handle these. You can review this project, then decide...

@akanshajain231999 @ketyi Just to let you know that we are still working on this issue (it involves some refactoring), but we expect to finalize it this week.

@tysonite the reason why you don't see any output on the markdown export is multiple. But first of all, please note that the code above does not conform to the...

> Is the HTML backend parser mentioned in your comment part of Confluence, or is it part of the Docling backend used to process HTML produced by Confluence? @tysonite the...

@krrome Thanks for this valuable contribution. As you pointed out, there is a PR with some refactoring and we would like to close it as soon as possible. The plan...

@krrome Are you still interested in pursuing this PR? We just unblocked the previous one, so it would be now a good time to rebase this PR and review it....

@krrome we believe that the HTML backend needs to support more features, since these are already supported in other backends. So your effort would be highly appreciated and we will...

Thanks @krrome for the re-implementation. Regarding your comments and observations: > DoclingDocument.add_picture is missing a hyperlink tag Correct. At this point, I would suggest creating a `TextItem` with the hyperlink...

> I have also implemented the hyperlinked images as you have suggested, but I ran into following problems: > > 1. the caption attribute of doc.add_picture accepts an inline group...