From 374818de118dc0292dde789c6c3a233dbce4d83d Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Thu, 9 Oct 2025 23:11:05 +0200 Subject: [PATCH] :memo: update changelog for 5725e4f --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0f190..6fd3b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Versioned according to [Semantic Versioning](http://semver.org/). Fixed: + * continue processing when no columns detected but text regions exist + * convert marginalia to main text if no main text is present + * reset deskewing angle to 0° when text covers <30% image area and detected angle >45° * :fire: polygons: avoid invalid paths (use `Polygon.buffer()` instead of dilation etc.) * `return_boxes_of_images_by_order_of_reading_new`: avoid Numpy.dtype mismatch, simplify * `return_boxes_of_images_by_order_of_reading_new`: log any exceptions instead of ignoring