Skip to content

Releases: docling-project/docling-parse

v5.6.0

20 Mar 15:53

Choose a tag to compare

Feature

Performance

  • Optimize stream decoding with regexp fast path (#242) (e54775c)

v5.5.0

04 Mar 10:06

Choose a tag to compare

Feature

v5.4.2

03 Mar 14:57

Choose a tag to compare

Fix

  • Ligatures and unicode chars in Differences (#234) (856c0fe)

v5.4.1

03 Mar 05:14

Choose a tag to compare

Fix

v5.4.0

24 Feb 11:17

Choose a tag to compare

Feature

  • Add config option to remove glyph output (#231) (9657023)

Fix

v5.3.4

23 Feb 09:42

Choose a tag to compare

Fix

v5.3.3

20 Feb 06:56

Choose a tag to compare

Fix

  • Replace fixed-size utf8::append buffers with std::back_inserter to prevent segfaults (#224) (237cef6)
  • Bridge PointerHolder to std::shared_ptr for qpdf 10.x + (#221) (b0817db)

v5.3.2

17 Feb 16:05

Choose a tag to compare

Fix

v5.3.1

17 Feb 09:35

Choose a tag to compare

Fix

  • Deal with image containing rotated pages (#217) (0b592f6)

v5.3.0

16 Feb 13:46

Choose a tag to compare

Feature

  • Refactor pdf resources to pdf page item (#215) (e7812a1)
  • Refactored the code and removed a lot of extra json parameters (#213) (67d2922)
  • Removing the json from the pdf-parser (#210) (3272dd8)
  • Renaming lines to shapes and enriching with graphics (color, filling and stroking) (#209) (ea5f1d8)
  • Add decoding config to decode_page (#208) (f01ce84)
  • Add-image-extraction (#207) (25672da)

Fix

  • Recursively traverse parent chain for inherited MediaBox (#204) (bb0b4ef)

Performance