Merge branch 'cau/input-format-abstraction' of github.com:DS4SD/docling into cau/input-format-abstraction

This commit is contained in:
Christoph Auer 2024-10-15 09:50:18 +02:00
commit 8710506072
2 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class MsPowerpointDocumentBackend(DeclarativeDocumentBackend, PaginatedDocumentB
elif placeholder_type == PP_PLACEHOLDER.SUBTITLE:
DocItemLabel.SECTION_HEADER
enum_list_item_value = 1
enum_list_item_value = 0
doc.add_text(
label=doc_label,

Binary file not shown.