The process of contributing a custom processor is as follows:
- Refer to the project in the
create_your_own_processor.ipynbSample Notebook - Creating Inheritance
processor.Processornew category - realization
callmethod defines the specific processing logic - Place the developed processor into the
contrib/catalogs - on the basis of
CONTRIBUTING.mdGuidelines for Submitting Codes
Typical extension scenarios include supporting new file formats, integrating third-party APIs, or implementing domain-specific data conversion logic. Community contributions are an important way for the project to remain functionally scalable, and developers can participate in collaborations via GitHub.
This answer comes from the articleGenAI Processors: lightweight Python library supports efficient parallel processing of multimodal contentThe





























