HtmlToMarkdown.InlineImageConfig (html_to_markdown v2.22.5)
View SourceConfiguration for inline image extraction.
Summary
Types
@type t() :: %HtmlToMarkdown.InlineImageConfig{ capture_svg: boolean(), filename_prefix: String.t() | nil, infer_dimensions: boolean(), max_decoded_size_bytes: pos_integer() }