mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
feat: Rich tables for MSWord backend (#2291)
* Adding support of rich table cells to MSWord backend Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> * Fixes for properly accounting lists, pictures and headers in rich table cells Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> * Cleaned up msword backend, re-generated docx tests Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> * Added detection of simple table cells in word backend Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> * Cleaned up Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> --------- Signed-off-by: Maksym Lysak <mly@zurich.ibm.com> Co-authored-by: Maksym Lysak <mly@zurich.ibm.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
item-0 at level 0: unspecified: group _root_
|
||||
item-1 at level 1: paragraph: Test with three images in unusual formats
|
||||
item-2 at level 1: paragraph: Raster in emf:
|
||||
item-1 at level 1: text: Test with three images in unusual formats
|
||||
item-2 at level 1: text: Raster in emf:
|
||||
item-3 at level 1: picture
|
||||
item-4 at level 1: paragraph: Vector in emf:
|
||||
item-4 at level 1: text: Vector in emf:
|
||||
item-5 at level 1: picture
|
||||
item-6 at level 1: paragraph: Raster in webp:
|
||||
item-6 at level 1: text: Raster in webp:
|
||||
item-7 at level 1: picture
|
||||
Reference in New Issue
Block a user