Create a community/official node to use Docling directly on n8n workflow.
Alternatives
No alternatives
Contributor guide
Tech stack
python
Domain
backend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
3-5 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
Familiarity with n8n node developmentPython programming
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
35
Research direction
The request is vague. Start by reviewing n8n's documentation on creating community nodes (https://docs.n8n.io/integrations/creating nodes/). Then explore Docling's Python API to understand the functions that could be exposed as nodes. Look for existing n8n nodes for similar libraries to understand common patterns. No linked PRs or comments provide further guidance.