summaryrefslogtreecommitdiff
path: root/internal/processor/doc.go
blob: 29f85ba11a2069bef991e05340e0c7e2507b7c73 (plain)
1
2
3
4
5
6
// Package processor contains the core business logic for processing Bulgarian
// words. Processor composes BatchProcessor (batch file orchestration),
// AnkiExporter (deck export), and CLIConfigResolver (CLI vs config-file
// precedence for run-mode settings). It also coordinates audio generation,
// image downloading, translation, and phonetic fetching.
package processor