Versions in this module Expand all Collapse all v0 v0.1.0 Jul 7, 2021 Changes in this version + func EpubReader(epubFilepath string, reader func(book.Page)) + type Epub struct + Book *epub.Book + Filepath string + type Page struct + Epub *Epub + Path string + XML struct{ ... } + func (p *Page) BookName() string + func (p *Page) Creators() string + func (p *Page) Markdown() string + func (p *Page) Text() string