Docling Studio – open-source visual inspection tool for Docling pipelines #3250
pjmalandrino
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
Hey @pjmalandrino Very cool project, love the idea and the architecture. I've been playing around with for a bit and implemented the following ideas locally.
I am currently mostly thinking about how to implement a simple Editor for the Docling Document so the view can be used to correct the detected types, levels etc. If this interests you as well I would be very happy to talk to you |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi team and community 👋
I've been building on top of Docling for a production RAG system and hit a
recurring pain point: validating conversion outputs means digging through JSON
and mentally mapping bounding box coordinates back to the original pages.
No visual feedback loop.
So I built Docling Studio — an open-source visual inspection and debugging
layer for Docling.
🔗 GitHub: https://github.com/scub-france/Docling-Studio
What it does
enrichment options)
Stack
Why it might be useful
Docling delivers excellent extraction quality, but when a table or section is chunked incorrectly, understanding why can quickly become frustrating without proper visual tools.
I ran into this issue myself on several projects, which led me to build a tool to solve it.
Happy to get feedback, and open to contributions!
The roadmap includes a complete ingestion pipeline for RAG and a Hugging Face Space deployment.
All reactions