docling-project/docling

Improved Footnote Serialization in `MarkdownDocSerializer`

オープン

#3,128 opened on 2026/03/14

 (13 件のコメント) (0 件のリアクション) (1 人の担当者)Python (4,140 件のフォーク)batch import
docling-documentenhancementgood first issue

Repository metrics

Stars
 (59,751 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Requested feature

Currently, footnotes are serialized as part of MarkdownDocSerializer more or less as-is:

Serialized as:

5 https://github.com/tesseract-ocr/tesseract

6 https://github.com/VikParuchuri/surya

7 https://github.com/lukas-blecher/LaTeX-OCR

Alternatives

For downstream LLM-based applications it would be helpful if footnotes were serialized as actual footnotes in Markdown Syntax for the LLM to indentify them as footnotes (and not as a numbered list, for example).

^[5 https://github.com/tesseract-ocr/tesseract]

^[6 https://github.com/VikParuchuri/surya]

^[7 https://github.com/lukas-blecher/LaTeX-OCR]

コントリビューターガイド