F
Firecrawl4mo ago
Ilja

Excluding SVG data URI from the markdown output

I'm getting very long data:image/svg+xml data URIs in the markdown outputs from bulk scrape endpoint. I'm trying to exclude all media using the parameters below:
{
"removeBase64Images": true,
"excludeTags": [
"<script>",
"<style>",
"<img>",
"<video>",
"<svg>",
"<picture>"
]
}
{
"removeBase64Images": true,
"excludeTags": [
"<script>",
"<style>",
"<img>",
"<video>",
"<svg>",
"<picture>"
]
}
But I still get the data URIs for SVGs. Any ideas on how to exclude them?
1 Reply
Adobe.Flash
Adobe.Flash4mo ago
Interesting Can you share a URL where it didn't exclude? Thanks!

Did you find this page helpful?