Lectito extracts the readable parts of an HTML page and returns cleaned content and metadata. It is an augmented Rust implementation of the Mozilla Readability algorithm, available as a library and command-line tool.
Features
- Extract readable articles from HTML or a URL
- Return cleaned HTML, Markdown, plain text, and metadata
- Write extracted articles as PDFs through an optional CLI feature
- Use the extraction engine as a Rust library
- Serve extraction tools to agents through the included MCP server