unstructured/example-docs/fake-html-with-image-from-url.html
ryannikolaidis 66bf4b0198
feat: support extracting image url in html (#3955)
also removes mimetype when base64 is not included in image metadata

---------

Co-authored-by: ryannikolaidis <ryannikolaidis@users.noreply.github.com>
2025-03-13 22:41:10 +00:00

4 lines
131 B
HTML

<div>
<p>Test page</p>
<img src="https://avatars.githubusercontent.com/u/108372208?s=200&v=4" alt="Unstructured Logo" />
</div>