Expand description
Processor registry — discovers and dispatches structured processors.
The ProcessorRegistry holds a set of registered Processor
implementations and provides methods to:
- Look up a processor by name.
- Auto-detect a processor for given content + profile.
- Process content using a matching processor, falling back to
Noneif no processor matches (caller can then use the streaming scanner).
Structs§
- Processor
Registry - Registry of structured processors.