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 + const ModeBatch + const ModeDocument + type Options struct + ArchiveMaxBytes int64 + ArchiveMaxFiles int + BatchProgress batch.ProgressFunc + DPI int + DownloadMaxBytes int64 + DownloadTimeout time.Duration + ExtractProgress extract.ProgressFunc + FileWorkers int + InputLabel string + KeepImages bool + Merge bool + OutputDir string + Pages string + PresentationRenderer string + PromptFile string + PromptName string + Resume bool + RetryCount int + SingleDocument bool + SourceURL string + TextGrounding bool + VLMConfig vlm.Config + Workers int + type Result struct + Batch *batch.Summary + Document *extract.Summary + Input string + Mode string + OutputDir string + func Run(ctx context.Context, inputPath string, options Options) (Result, error)