mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-09 05:08:14 +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:
@@ -2,9 +2,9 @@ item-0 at level 0: unspecified: group _root_
|
||||
item-1 at level 1: list: group list
|
||||
item-2 at level 2: list_item: Hello world1
|
||||
item-3 at level 2: list_item: Hello2
|
||||
item-4 at level 1: paragraph:
|
||||
item-5 at level 1: paragraph: Some text before
|
||||
item-4 at level 1: text:
|
||||
item-5 at level 1: text: Some text before
|
||||
item-6 at level 1: table with [3x3]
|
||||
item-7 at level 1: paragraph:
|
||||
item-8 at level 1: paragraph:
|
||||
item-9 at level 1: paragraph: Some text after
|
||||
item-7 at level 1: text:
|
||||
item-8 at level 1: text:
|
||||
item-9 at level 1: text: Some text after
|
||||
Reference in New Issue
Block a user