Docling/docling/backend
Michael Honaker e79e4f0ab6
fix(markdown): make parsing of rich table cells valid (#1821)
* fix: update md table classification

Signed-off-by: Michael Honaker <Michael.Honaker@ibm.com>

* Fix ground truth header changes

Signed-off-by: Michael Honaker <Michael.Honaker@ibm.com>

* Fix merge issues

Signed-off-by: Michael Honaker <Michael.Honaker@ibm.com>

* Fix minor ground truth errors

Signed-off-by: Michael Honaker <Michael.Honaker@ibm.com>

---------

Signed-off-by: Michael Honaker <Michael.Honaker@ibm.com>
2025-06-26 19:50:45 +02:00
..
docx ci: add coverage and ruff (#1383) 2025-04-14 18:01:26 +02:00
json feat: add Docling JSON ingestion (#783) 2025-01-24 18:05:23 +01:00
xml chore: typo fix (#1465) 2025-04-28 08:52:09 +02:00
__init__.py Initial commit 2024-07-15 09:42:42 +02:00
abstract_backend.py feat: add Docling JSON ingestion (#783) 2025-01-24 18:05:23 +01:00
asciidoc_backend.py fix(asciidoc): set default size when missing in image directive (#1769) 2025-06-16 10:38:46 +02:00
csv_backend.py ci: add coverage and ruff (#1383) 2025-04-14 18:01:26 +02:00
docling_parse_backend.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
docling_parse_v2_backend.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
docling_parse_v4_backend.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
html_backend.py fix(HTML): handle row spans in header rows (#1536) 2025-05-09 15:14:32 +02:00
md_backend.py fix(markdown): make parsing of rich table cells valid (#1821) 2025-06-26 19:50:45 +02:00
msexcel_backend.py ci: add coverage and ruff (#1383) 2025-04-14 18:01:26 +02:00
mspowerpoint_backend.py fix: pptx line break and space handling (#1664) 2025-06-16 10:44:30 +02:00
msword_backend.py fix: Handle missing runs to avoid out of range exception (#1844) 2025-06-25 07:55:27 +02:00
noop_backend.py feat: Support audio input (#1763) 2025-06-23 14:47:26 +02:00
pdf_backend.py ci: add coverage and ruff (#1383) 2025-04-14 18:01:26 +02:00
pypdfium2_backend.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00