Versions in this module Expand all Collapse all v0 v0.1.0 Jun 24, 2026 Changes in this version + func RegisterDriver(name string, f DriverFactory) + type DriverFactory func(k *togo.Kernel) (Extractor, error) + type Extractor interface + Extract func(ctx context.Context, image []byte, opts Options) (string, error) + type Options struct + Lang string + Mime string + type Service struct + func FromKernel(k *togo.Kernel) (*Service, bool) + func (s *Service) Driver() string + func (s *Service) Extract(ctx context.Context, image []byte, opts Options) (string, error)