convert_html |
Convert HTML |
Parameters<super::params::ConvertHtmlParams> |
Convert HTML to Markdown (or Djot/plain via config.output_format). Pass json:true for the full ConversionResult (content, tables, document structure, metadata, warnings). Pass config to control heading style, list formatting, escaping, preprocessing, image extraction, and more — see the input schema for every option. |
extract_metadata |
Extract HTML Metadata |
Parameters<super::params::ExtractMetadataParams> |
Extract structured metadata from HTML as JSON: document title/description/keywords/author, Open Graph and Twitter Card tags, JSON-LD and microdata, plus header, link, and image inventories. Convenience over convert_html for metadata-only use. |