v2.65.0
docling-project/doclingv2.65.0Dec 15, 2025by docling-ops[bot]
AI Summary
This version adds a YAML output format to the CLI and fixes issues with RapidOCR parameter names and DOCX paragraph styles. It also includes documentation for PipelineOptions and GPU benchmarks.
Key Highlights
- YAML output format added to CLI
- RapidOCR parameter name correction
- DOCX missing value in paragraph style handling
- Pydantic field documentation for PipelineOptions
- GPU benchmarks of standard pipeline with OCR
New Features
- YAML output format to CLI
Full Release Notes
### Feature * Add YAML output format to CLI ([#2768](https://github.com/docling-project/docling/issues/2768)) ([`da7678a`](https://github.com/docling-project/docling/commit/da7678a754b62df5cf0a9a1efe98c288bda20bd7)) ### Fix * **rapidocr:** Use correct parameter name for rec_keys_path ([#2762](https://github.com/docling-project/docling/issues/2762)) ([`1d78418`](https://github.com/docling-project/docling/commit/1d78418cefb5b90691481fa92c35e8b4909b6de5)) * **docx:** Handle missing value in paragraph style name ([#2761](https://github.com/docling-project/docling/issues/2761)) ([`a97d950`](https://github.com/docling-project/docling/commit/a97d950d74335fbc14d124edda67fa0fa272f11d)) ### Documentation * Add Pydantic field documentation for PipelineOptions ([#2771](https://github.com/docling-project/docling/issues/2771)) ([`7c24b01`](https://github.com/docling-project/docling/commit/7c24b014f6cee6978f1bd1c98cc0478aed96b4a1)) * **gpu:** Add benchmarks of standard pipeline with OCR ([#2764](https://github.com/docling-project/docling/issues/2764)) ([`d03439c`](https://github.com/docling-project/docling/commit/d03439ccc54bab43bf4b5c79bb21a1491caeb728))