Expand description
Content extraction — converts raw HTML into readable Markdown or structured JSON.
Structs§
- Article
Data - Structured article data for JSON output.
- Extract
Input - Input parameters for content extraction.
Enums§
- Extract
Error - Errors that can occur during content extraction.
Functions§
- extract_
json - Extract readable content as JSON.
- extract_
pdf - Extract text content from a PDF byte slice.
- extract_
text - Extract readable content as Markdown text.