Cesar Berrospi Ramis
Cesar Berrospi Ramis
Thanks @miohtama , we are currently fixing the root cause in the HTML processing (basically the table parsing) and we will provide an update in the next few days
@miohtama We just released a new version of docling, [v2.61.1](https://github.com/docling-project/docling/releases/tag/v2.61.1) that increases the parsing performance of HTML files. I went through the steps you described and I came across the...
The solution provided in this PR correctly avoids unwanted exceptions when coming across `NavigableString` elements instead of `Tag` elements. As described in this related issue comment https://github.com/DS4SD/docling/issues/463#issuecomment-2663890896 , the PR...