Versions in this module Expand all Collapse all v1 v1.0.1 Jun 12, 2026 v1.0.0 Jun 9, 2026 Changes in this version + var ErrNoSections = errors.New("sections: no sections detected") + func RenderText(n *html.Node) string + func SectionFormats(p Result) map[string]router.FilingFormat + type Result struct + Confidence model.Confidence + Sections []Section + Strategy string + func Partition(doc *html.Node) (Result, error) + type Section struct + EndNode *html.Node + Heading string + Item string + Kind model.Kind + StartNode *html.Node + Tables []*html.Node + Text string + Title string + func (s Section) Model() model.Section