Documentation ¶ Index ¶ type Article func NewArticle(ctx context.Context, art readability.Article, url string, ...) (Article, error) type Result type Service func New(fp string, dirPrefix string) *Service func (s *Service) Convert(ctx context.Context, url string) (*Result, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Article ¶ type Article struct { URL string Content string Title string Author string Excerpt string Source string Image string AvgTimeString string } func NewArticle ¶ func NewArticle(ctx context.Context, art readability.Article, url string, dwn htmllatex.ImageDownloader, ) (Article, error) type Result ¶ type Result struct { Filename string ArticleName string } type Service ¶ type Service struct { // contains filtered or unexported fields } func New ¶ func New(fp string, dirPrefix string) *Service func (*Service) Convert ¶ func (s *Service) Convert(ctx context.Context, url string) (*Result, error) Source Files ¶ View all Source files article.go converter.go html_preprocess.go languages.go pull.go seed_image.go Click to show internal directories. Click to hide internal directories.