screenshot_enricher#

Submodules#

Package Contents#

class screenshot_enricher.ScreenshotEnricher#

Bases: auto_archiver.core.Enricher

Base classes and utilities for enrichers in the Auto-Archiver system.

Enricher modules must implement the enrich method to define their behavior.

enrich(to_enrich: auto_archiver.core.Metadata) None#

Enriches a Metadata object with additional information or context.

Takes the metadata object to enrich as an argument and modifies it in place, returning None.