Skip to content

Releases: DS4SD/docling

v2.14.0

18 Dec 07:04
Compare
Choose a tag to compare

Feature

  • Create a backend to transform PubMed XML files to DoclingDocument (#557) (fd03480)

v2.13.0

17 Dec 17:01
Compare
Choose a tag to compare

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

13 Dec 18:27
Compare
Choose a tag to compare

Feature

  • Introduce support for GPU Accelerators (#593) (19fad92)

v2.11.0

12 Dec 08:16
Compare
Choose a tag to compare

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

09 Dec 16:28
Compare
Choose a tag to compare

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

09 Dec 09:33
Compare
Choose a tag to compare

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

03 Dec 15:16
Compare
Choose a tag to compare

Fix

  • Improve handling of disallowed formats (#429) (34c7c79)

v2.8.2

03 Dec 10:47
Compare
Choose a tag to compare

Fix

Documentation

Performance

  • Prevent temp file leftovers, reuse core type (#487) (051789d)

v2.8.1

29 Nov 13:04
Compare
Choose a tag to compare

Fix

Documentation

v2.8.0

27 Nov 13:29
Compare
Choose a tag to compare

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)