Docling/CHANGELOG.md
2024-08-23 14:24:04 +00:00

7.7 KiB

v1.8.0 - 2024-08-23

Feature

  • Page-level error reporting from PDF backend, introduce PARTIAL_SUCCESS status (#47) (a294b7e)

v1.7.1 - 2024-08-23

Fix

  • Better raise exception when a page fails to parse (#46) (8808463)
  • Upgrade docling-parse to 1.1.1, safety checks for failed parse on pages (#45) (7e84533)

v1.7.0 - 2024-08-22

Feature

  • Upgrade docling-parse PDF backend and interface to use page-by-page parsing (#44) (a8c6b29)

v1.6.3 - 2024-08-22

Fix

  • Usage of bytesio with docling-parse (#43) (fac5745)

v1.6.2 - 2024-08-22

Fix

  • Remove [ocr] extra to fix wheel install (#42) (6995268)

v1.6.1 - 2024-08-21

Fix

v1.6.0 - 2024-08-20

Feature

  • Add adaptive OCR, factor out treatment of OCR areas and cell filtering (#38) (e94d317)

v1.5.0 - 2024-08-20

Feature

  • Allow computing page images on-demand with scale and cache them (#36) (78347bf)

Documentation

v1.4.0 - 2024-08-14

Feature

  • Update parser with bytesio interface and set as new default backend (#32) (90dd676)

Fix

v1.3.0 - 2024-08-12

Feature

  • Output page images and extracted bbox (#31) (63d80ed)

v1.2.1 - 2024-08-07

Fix

Documentation

v1.2.0 - 2024-08-07

Feature

v1.1.2 - 2024-07-31

Fix

  • Set page number using 1-based indexing (#22) (d2d9543)

v1.1.1 - 2024-07-30

Fix

  • Correct text extraction for table cells (#21) (f4bf3d2)

v1.1.0 - 2024-07-26

Feature

  • Add simplified single-doc conversion (#20) (d603137)

v1.0.2 - 2024-07-24

Fix

  • Add easyocr to main deps for valid extra (#19) (54b3dda)

v1.0.1 - 2024-07-24

Fix

v1.0.0 - 2024-07-18

Feature

Breaking

v0.4.0 - 2024-07-17

Feature

  • Optimize table extraction quality, add configuration options (#11) (e9526bb)

v0.3.1 - 2024-07-17

Fix

Documentation

  • Reflect supported Python versions, add badges (#10) (2baa35c)

v0.3.0 - 2024-07-17

Feature

  • Enable python 3.12 support by updating glm (#8) (fb72688)

Documentation

  • Add setup with pypi to Readme (#7) (2803222)

v0.2.0 - 2024-07-16

Feature