docling-project / docling-project/docling
Title Splitting, Bullets, Superscript Formatting
- Dominant language
- Python
- Stars
- 66.4k
- Forks
- 4.8k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 84
Description
Hello ,
I tried converting a PDF (screenshot attached), and I’m wondering if I’m using the CLI correctly. The output I got looks like this:

**I noticed few things:**
- Title split across two lines (Titre + : Lorem ipsum)
- Bullet points with both - and ●
- Superscript e separated in 3e, 4e, 5e
- The space between "æ" and "quo"
My command
`
docling --image-export-mode placeholder --ocr-lang en,fr --output ../dist --device cpu --artifacts-path=/home/xx/.cache/docling/models test.pdf
`
[test.pdf](https://github.com/user-attachments/files/19507628/test.pdf)
[test.docx](https://github.com/user-attachments/files/19507645/test.docx)
Is this expected or am I missing a CLI option?
Contributor guide
Assessment
This issue has not been assessed yet.