docling/docling/backend
Cesar Berrospi Ramis cb0817de76 fix(HTML): remove an unnecessary print command
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
2025-07-24 18:03:54 +02:00
..
docx fix: KeyError: 'fPr' when processing latex fractions in DOCX files (#1926) 2025-07-11 09:52:14 +02:00
json feat: add Docling JSON ingestion (#783) 2025-01-24 18:05:23 +01:00
xml fix: fix HTML table parser and JATS backend bugs (#1948) 2025-07-16 10:49:24 +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 chore: Safer unloading of DPv4 backend (#1867) 2025-06-30 14:41:21 +02:00
html_backend.py fix(HTML): remove an unnecessary print command 2025-07-24 18:03:54 +02:00
md_backend.py feat: leverage new list modeling, capture default markers (#1856) 2025-06-27 16:37:15 +02:00
msexcel_backend.py perf(msexcel): _find_table_bounds use iter_rows/iter_cols instead of Worksheet.cell (#1875) 2025-07-03 13:12:06 +02:00
mspowerpoint_backend.py feat: leverage new list modeling, capture default markers (#1856) 2025-06-27 16:37:15 +02:00
msword_backend.py fix(docx): Adding plain latex equations to table cells (#1986) 2025-07-24 11:02:24 +02:00
noop_backend.py feat: Support audio input (#1763) 2025-06-23 14:47:26 +02:00
pdf_backend.py fix: multi-page image support (tiff) (#1928) 2025-07-23 09:55:40 +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