Add a backend to convert boxnotes into DoclingDocument. We can be inspired by the following code
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.
1-2 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.
mostly clear
Prerequisites
PythonDocling contributor guideBoxNote format
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
45
Research direction
The issue asks to add a backend for converting BoxNote files to DoclingDocument. Start by studying the existing backends in the docling codebase to understand the pattern. The referenced code at https://github.com/alexwennerberg/boxnotes2html/blob/main/boxnotes2html/boxnote.py provides a parser for the BoxNote format. The task is to implement a similar converter that outputs DoclingDocument. Since there are no comments or maintainer guidance, it may be necessary to ask for clarification on expected output and integration points.