mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-25 19:44:34 +00:00
linting
This commit is contained in:
parent
1b401a4730
commit
5a0173c385
@ -428,7 +428,9 @@ class MsPowerpointDocumentBackend(DeclarativeDocumentBackend, PaginatedDocumentB
|
||||
if notes_text:
|
||||
bbox = BoundingBox(l=0, t=0, r=0, b=0)
|
||||
prov = ProvenanceItem(
|
||||
page_no=slide_ind + 1, charspan=[0, len(notes_text)], bbox=bbox
|
||||
page_no=slide_ind + 1,
|
||||
charspan=[0, len(notes_text)],
|
||||
bbox=bbox,
|
||||
)
|
||||
doc.add_text(
|
||||
label=DocItemLabel.TEXT,
|
||||
|
Loading…
Reference in New Issue
Block a user