document_loader
Document Loader provides a consistent, plugin-driven API for ingesting documents from multiple sources and normalizing them into reusable output formats. It standardizes discovery, configuration, and execution of document loaders so other modules can focus on their own features instead of wiring bespoke ingestion logic.
Key Features
Attribute-based plugins for registering loaders and loader types.
Runtime discovery via Drupal plugin managers with cache support.
Configurable defaults that map loader types to concrete loader plugins.
Common input/output interfaces to keep transport details decoupled.
Reusable input/output types for standard formats (JSON, CSV, Markdown, etc.).
Tools built on top of this module
Note that the current module is facing significant changes and the modules listed below may contain some outdated functionality.