extract table bbox from DOCX #450
Closed
aixiuxiuxiu
started this conversation in
General
Replies: 1 comment
-
@aixiuxiuxiu Our native MS Word backend is not able to provide bounding boxes, because the DOCX format simply does not include such information. If you have a need for visual layout information, the current recommendation is to print your Word files to PDF (or automate it with some asset like unoserver) and feed it through Docling as PDF. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to read a DOCX file that contains many tables and retrieve the bounding boxes (bbox) of the cells, but the bbox is always returning as
None
.Beta Was this translation helpful? Give feedback.
All reactions