package
Version:
v0.473.0
Opens a new window with list of versions in this module.
Published: Nov 24, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Document interface {
AddTitleByString(title string) (err error)
GetElements() (elements []Element)
}
type Element interface {
GetPlainText() (plainText string, err error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.