Is it possible to obtain bounding box information for tables/cells? #249
-
Hi there, I'm following the export_tables.py example, and it's working really well thanks. To check the export has worked correctly, I'm hoping to create an app to show an image of the cell next the docling export so that I can check the export has worked correctly. To do this, I'm thinking I need the bounding box information of each exported cell so that I can extract and show only one cell at a time. Is it possible to obtain bounding box information for each cell docling extracts? Many thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@asmith26 Yes, I believe so. The json export should have that information (look for Let us know when you are finished, would love to see what you built! |
Beta Was this translation helpful? Give feedback.
@asmith26 Yes, I believe so. The json export should have that information (look for
table_cells
in json-output)Let us know when you are finished, would love to see what you built!