Versions in this module Expand all Collapse all v0 v0.1.2 Aug 7, 2026 v0.1.1 Aug 2, 2026 v0.1.0 Aug 2, 2026 Changes in this version + func DefaultOutputRoot() string + func DefaultRetention() time.Duration + type Config struct + OutputRoot string + ReadOptions read.Options + Retention time.Duration + ServiceVersion string + type ConvertInput struct + IncludeMarkdown *bool + Input string + MaxMarkdownChars int + Merge *bool + OutputDir string + Pages string + Prompt string + Resume bool + type ConvertOutput struct + FilesDone int + FilesFailed int + FilesTotal int + GroundingWarnings int + Input string + Markdown string + MarkdownPath string + MarkdownTruncated bool + Mode string + OK bool + OutputDir string + PagesCached int + PagesFailed int + PagesProcessed int + PagesRetained int + PagesSuccess int + PagesTotal int + Resumed bool + SourcePagesTotal int + type Server struct + func New(config Config) (*Server, error) + func (s *Server) Run(ctx context.Context) error