https://bugs.kde.org/show_bug.cgi?id=506673
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/util | |ities/skanpage/-/commit/9c3 | |1cac936d72d96d3cef514484976 | |7581d7d16b --- Comment #2 from Nate Graham <[email protected]> --- Git commit 9c31cac936d72d96d3cef5144849767581d7d16b by Nate Graham, on behalf of Nicola Felice. Committed on 23/02/2026 at 01:36. Pushed by ngraham into branch 'master'. Fix garbled OCR with flipped pages The pages were not rotated before executing the OCR and this produced garbled text. The transformation calculated in DocumentSaver had to be ignored because now the image is already rotated. When I tried to free the memory allocated by the new Pix image I discovered the previously existing image is never freed (or i missed the place where this is performed). I added the code to free the two pointers and it doesn't segfaults so it may be correct. M +31 -1 src/OCREngine.cpp https://invent.kde.org/utilities/skanpage/-/commit/9c31cac936d72d96d3cef5144849767581d7d16b -- You are receiving this mail because: You are watching all bug changes.
