Documentation
¶
Index ¶
- func Build(ctx context.Context, pages []api.ExportPage, fileName string) error
- func BuildPageAsImage(ctx context.Context, page api.ExportPage) (*image.RGBA, error)
- func BuildPageAsPDF(ctx context.Context, page api.ExportPage) (*[]byte, error)
- func GetPageCount(ctx context.Context, fileName string) (int, error)
- func ReadCredits(ctx context.Context, fileName string, startingPage int, endingPage int) (api.Credits, error)
- func Sanitise(ctx context.Context, issues *[]api.Issue, knownTitles []string)
- type Scanner
- type Suggestion
- type SuggestionType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildPageAsImage ¶
func BuildPageAsPDF ¶
func ReadCredits ¶
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner encapsulates scanning configuration and operations
func NewScanner ¶
NewScanner creates a new Scanner with the given configuration
type Suggestion ¶
type Suggestion struct {
From string
To string
Type SuggestionType
}
type SuggestionType ¶
type SuggestionType int64
const ( SeriesTitle SuggestionType = iota EpisodeTitle )
Click to show internal directories.
Click to hide internal directories.