<a> and <img> tags in HTML Backend Lacks Information #992
alex-james-bit
started this conversation in
Ideas
Replies: 2 comments
-
This would be incredibly helpful. We have use cases where we want an LLM to traverse the document and having the links is critical. |
Beta Was this translation helpful? Give feedback.
0 replies
-
#1085 might be related though not directly from the HTML backend - but from when serializing the parsed docling object to HTML that the context of the image in the table gets lost |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be interesting to see a feature in HTML Backend which captures - "src" attribute value of
tag and "href" attribute of tag and mention the link while parsing.
This will allow users to navigate to links if navigation is supported to those links.
I can explain with an example -
This kind of output will ensure proper coverage of related information -
Beta Was this translation helpful? Give feedback.
All reactions