You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Ordered list items: detect an `N.` enumeration marker at the start of a
list item and render it as an ordered item (`N. text`) instead of `- N. text`.
This is un-gated, helping the whole corpus (2305v1 114→64, 2203 285→263,
table_mislabeled 111→102, redp5110 252→243).
- Wrap dehyphenation (dp path): a line cell ending in a hyphen/dash followed by a
lowercase continuation joins without the dash or a space (`platforms—` +
`reflects` → `platformsreflects`). The dash is still raw at join time
(clean_text normalizes em/en dashes later), so match -, ‐, –, — all.
With DOCLING_DP_LINES: multi_page 54→**EXACT**, taking the dp path to **4/14**
(vs legacy 3/14). Default path unchanged. Debug dumps now show loose box + font.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments