Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter interface {
// Convert takes raw text pages and returns a single Markdown string.
Convert(ctx context.Context, pages []string) (string, error)
// Name returns the backend name for logging (e.g. "gemini", "openrouter", "deepseek").
Name() string
}
Converter converts raw PDF page text into structured Markdown via an LLM.
Click to show internal directories.
Click to hide internal directories.