mirror of
https://github.com/docling-project/docling.git
synced 2026-05-17 13:10:38 +00:00
859c302310
* fix: handle OneCellAnchor images in Excel backend
Add support for OneCellAnchor image positioning in _find_images_in_sheet().
Previously, only TwoCellAnchor images had their position extracted; images
with OneCellAnchor (the default when inserting images in Excel) would
default to bounding box (0,0,0,0), placing them all at the top-left
corner regardless of their actual position.
Now OneCellAnchor images use the anchor cell as their bounding box
origin, correctly preserving the image's position in the output document.
* DCO Remediation Commit for Br1an67 <932039080@qq.com>
I, Br1an67 <932039080@qq.com>, hereby add my Signed-off-by to this commit: cd878618ff
Signed-off-by: Br1an67 <932039080@qq.com>
---------
Signed-off-by: Br1an67 <932039080@qq.com>