ractogateway.rag.readers.html_reader
HTML reader — uses stdlib html.parser (no extra deps).
- class ractogateway.rag.readers.html_reader.HtmlReader[source]
Bases:
BaseReaderExtract visible text from HTML files using the stdlib HTML parser.
No external dependencies required.
Accepts a file path (
str/Path), rawbytes, or any binary file-like object with a.read()method.