doc-parsing / library
docling
Capability: docling
Use it when
- parse complex PDFs and docs into structured chunks for RAG
- document understanding before embedding
What it solves
Not the fit when
- bot-detection-challenge
Install
pip install docling
Invoke
Create `DocumentConverter()`, call `convert(path_or_url)`, then export the result as Markdown, JSON, or structured document objects.