Current section

Files

Jump to
html_to_markdown lib html_to_markdown conversion_result.ex
Raw

lib/html_to_markdown/conversion_result.ex

# This file is auto-generated by alef — DO NOT EDIT.
# alef:hash:0acfb4d584dd5b33e1dad4a08eac71a577dd0aa31f81fa0096482aecbe19a9df
# To regenerate: alef generate
# To verify freshness: alef verify --exit-code
# Issues & docs: https://github.com/kreuzberg-dev/alef
defmodule HtmlToMarkdown.ConversionResult do
@moduledoc "The primary result of HTML conversion and extraction."
defstruct content: "",
document: nil,
metadata: nil,
tables: [],
images: [],
warnings: []
end