Documentation
¶
Overview ¶
Package processors provides data processing for Google Keep Takeout.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct{}
Processor handles the Keep note processing pipeline.
func NewKeepProcessor ¶
func NewKeepProcessor() *Processor
NewKeepProcessor creates a new Keep processor.
func (*Processor) ConfigSchema ¶
func (p *Processor) ConfigSchema() []core.ConfigOption
ConfigSchema returns the configuration options for this processor.
func (*Processor) Description ¶
func (*Processor) Process ¶
func (p *Processor) Process(ctx context.Context, cfg core.ProcessorConfig, events chan<- core.ProgressEvent) (*core.ProcessResult, error)
Process runs the Keep note processing pipeline. Phases: 1) Scan JSON files, 2) Parse notes, 3) Filter by status, 4) Convert to formats, 5) Generate summary
Click to show internal directories.
Click to hide internal directories.