Releases: DS4SD/docling
Releases Β· DS4SD/docling
v2.14.0
Feature
- Create a backend to transform PubMed XML files to DoclingDocument (#557) (
fd03480
)
v2.13.0
Feature
- Updated Layout processing with forms and key-value areas (#530) (
60dc852
)
- Create a backend to parse USPTO patents into DoclingDocument (#606) (
4e08750
)
- Add Easyocr parameter recog_network (#613) (
3b53bd3
)
Documentation
- Add Haystack RAG example (#615) (
3e599c7
)
- Fix the path to the run_with_accelerator.py example (#608) (
3bb3bf5
)
v2.12.0
Feature
- Introduce support for GPU Accelerators (#593) (
19fad92
)
v2.11.0
Feature
Fix
- Do not import python modules from deepsearch-glm (#569) (
aee9c0b
)
- Handle no result from RapidOcr reader (#558) (
f45499c
)
- Make enum serializable with human-readable value (#555) (
a7df337
)
Documentation
- Update chunking usage docs, minor reorg (#550) (
d0c9e8e
)
v2.10.0
Feature
- Docling-parse v2 as default PDF backend (#549) (
aca57f0
)
Fix
- Call into docling-core for legacy document transform (#551) (
7972d47
)
- Introduce Image format options in CLI. Silence the tqdm downloading messages. (#544) (
78f61a8
)
v2.9.0
Feature
- Expose new hybrid chunker, update docs (#384) (
c8ecdd9
)
- MS Word backend: Make detection of headers and other styles localization agnostic (#534) (
3e073df
)
Fix
- Correcting DefaultText ID for MS Word backend (#537) (
eb7ffcd
)
- Add
py.typed
marker file (#531) (9102fe1
)
- Enable HTML export in CLI and add options for image mode (#513) (
0d11e30
)
- Missing text in docx (t tag) when embedded in a table (#528) (
b730b2d
)
- Restore pydantic version pin after fixes (#512) (
c830b92
)
- Folder input in cli (#511) (
8ada0bc
)
Documentation
v2.8.3
Fix
- Improve handling of disallowed formats (#429) (
34c7c79
)
v2.8.2
Fix
Documentation
Performance
- Prevent temp file leftovers, reuse core type (#487) (
051789d
)
v2.8.0
Feature
- ocr: Added support for RapidOCR engine (#415) (
85b2999
)
Fix
- Use correct image index in word backend (#442) (
767563b
)
- Update tests and examples for docling-core 2.5.1 (#449) (
29807a2
)