Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EpubReader ¶
type EpubReader struct { GetMetadataFromFile func(path string) (*epub.Information, error) GetPackageFromFile func(path string) (*epub.PackageDocument, error) }
func NewEpubReader ¶ added in v4.4.0
func NewEpubReader() EpubReader
type Metadata ¶
type Metadata struct { Title string Authors []string Description template.HTML Language string Year string Words float64 Series string SeriesIndex float64 Pages int Format string Subjects []string }
func (Metadata) ReadingTime ¶
Click to show internal directories.
Click to hide internal directories.