Skip to content

Releases: DS4SD/docling

v2.5.2

13 Nov 08:19
Compare
Choose a tag to compare

Fix

v2.5.1

12 Nov 14:56
Compare
Choose a tag to compare

Fix

  • Handling of single-cell tables in DOCX backend (#314) (fb8ba86)

Documentation

v2.5.0

12 Nov 10:19
Compare
Choose a tag to compare

Feature

  • OCR: Introduce the OcrOptions.force_full_page_ocr parameter that forces a full page OCR scanning (#290) (c6b3763)

Fix

  • Configure env prefix for docling settings (#315) (5d4a10b)
  • Added handling of grouped elements in pptx backend (#307) (81c8243)
  • Allow mps usage for easyocr (#286) (97f214e)

Documentation

v2.4.2

08 Nov 16:31
Compare
Choose a tag to compare

Fix

  • EasyOcrModel: Support the use_gpu pipeline parameter in EasyOcrModel. Initialize easyocr (#282) (0eb065e)

v2.4.1

08 Nov 12:37
Compare
Choose a tag to compare

Fix

  • tesserocr: Raise Exception if tesserocr has not loaded any languages (#279) (704d792)
  • Dockerfile example copy command (#234) (90836db)

Documentation

v2.4.0

04 Nov 15:11
Compare
Choose a tag to compare

Feature

  • Pdf backend, table mode as options and artifacts path (#203) (40ad987)

Documentation

v2.3.1

30 Oct 18:23
Compare
Choose a tag to compare

Fix

  • Simplify torch dependencies and update pinned docling deps (#190) (eb679cc)
  • Allow to explicitly initialize the pipeline (#189) (904d24d)

v2.3.0

30 Oct 14:47
Compare
Choose a tag to compare

Feature

  • Add pipeline timings and toggle visualization, establish debug settings (#183) (2a2c65b)

Fix

  • Fix duplicate title and heading + add e2e tests for html and docx (#186) (f542460)

v2.2.1

28 Oct 17:18
Compare
Choose a tag to compare

Fix

  • Fix header levels for DOCX & HTML (#184) (b9f5c74)
  • Handling of long sequence of unescaped underscore chars in markdown (#173) (94d0729)
  • HTML backend, fixes for Lists and nested texts (#180) (7d19418)
  • MD Backend, fixes to properly handle trailing inline text and emphasis in headers (#178) (88c1673)

Documentation

v2.2.0

23 Oct 16:04
Compare
Choose a tag to compare

Feature

  • Update to docling-parse v2 without history (#170) (4116819)
  • Support AsciiDoc and Markdown input format (#168) (3023f18)

Fix

  • Set valid=false for invalid backends (#171) (3496b48)