Docling/docling/backend
Jinfeng Sun d49650c54f
fix(mspowerpoint): handle invalid images in PowerPoint slides (#650)
- Add error handling for images that cannot be loaded by Pillow
- Improve resilience when encountering corrupted or unsupported image formats
- Maintain processing of other slide elements even if an image fails to load

Signed-off-by: Tendo33 <sjf1998112@gmail.com>
2025-01-07 13:58:10 +01:00
..
xml feat: Create a backend to transform PubMed XML files to DoclingDocument (#557) 2024-12-17 19:27:09 +01:00
__init__.py Initial commit 2024-07-15 09:42:42 +02:00
abstract_backend.py feat: Support AsciiDoc and Markdown input format (#168) 2024-10-23 16:14:26 +02:00
asciidoc_backend.py feat: Add pipeline timings and toggle visualization, establish debug settings (#183) 2024-10-30 15:04:19 +01:00
docling_parse_backend.py feat: docling-parse v2 as default PDF backend (#549) 2024-12-09 13:26:17 +01:00
docling_parse_v2_backend.py feat: docling-parse v2 as default PDF backend (#549) 2024-12-09 13:26:17 +01:00
html_backend.py Added handling of code blocks in html with <pre> tag (#302) 2024-11-11 15:00:11 +01:00
md_backend.py fix: handling of long sequence of unescaped underscore chars in markdown (#173) 2024-10-28 16:34:48 +01:00
msexcel_backend.py feat: added excel backend (#334) 2024-11-19 12:21:17 +01:00
mspowerpoint_backend.py fix(mspowerpoint): handle invalid images in PowerPoint slides (#650) 2025-01-07 13:58:10 +01:00
msword_backend.py fix: Correcting DefaultText ID for MS Word backend (#537) 2024-12-06 15:48:35 +01:00
pdf_backend.py feat!: Docling v2 (#117) 2024-10-16 21:02:03 +02:00
pypdfium2_backend.py chore: fix typo (#241) 2024-11-05 16:20:04 +01:00