leptonica icon indicating copy to clipboard operation
leptonica copied to clipboard

Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/lepto...

Results 64 leptonica issues
Sort by recently updated
recently updated
newest added

Hi @DanBloomberg , I'm using 1.81.1 with VS2022 on Windows 11 for rotating the file according to the text. While disposing the Pix.Create object, my application has crashed. On checking...

I want to get a compact box of the black pixs in the pic below: It is easier to get horizontal boxes using leptonica like this, but it is not...

Hi, I'm currently trying to remove asterisks from a scanned document because they disturb some OCR operations of the software I'm working on (see the images below). The approach I...

Starting 05398d6c593893c4ee9706002218354558513e9a 1.84.0, on darwin MacOS, leptonica gives an error when opening a file in /tmp. Also, the error message does not give the actual path that it tried to...

I'm using below Leptonica Api [1.81.1] for Orientation detect and rotate the file according to the text. pixOrientDetect(new HandleRef(pix, pixconv), out pupconf, out pleftconf, 0, 0); For a particular BMP...

First stats: ```console $ rpmbuild -ba leptonica.spec 2>&1 | grep -- \\[-W | sed 's/.*\[//; s/\]//' | sort | uniq -c | sort -nr 36 -Wunused-variable 32 -Wunused-but-set-variable 2 -Wunused-function...

Not sure what's going on here yet but for some reason there's an include added ```./S``` for some reason which didn't occur in at least 1.82.0 Output (library): ``` /usr/bin/cc...

![800](https://github.com/DanBloomberg/leptonica/assets/19963715/b41b0716-2dcc-43c9-81d8-20da67413d2d) ![example3](https://github.com/DanBloomberg/leptonica/assets/19963715/2b866cef-9ab8-438e-8421-11f5edf04884) like these picture, I need to obtain the pixel coordinates of the four top corners of the paper or ID card [Awesome-Edge-Detection-Papers](https://github.com/MarkMoHR/Awesome-Edge-Detection-Papers)

@stweil @amitdo @zdenop @jbreiden I'm filing this issue (instead of Jeff) because Jeff presently has a 2-factor authentication problem with logging in to github. For 1.83 I changed the autotools...

If `libtiff` has NOT been installed with JPEG compression (i.e., `./configure --enable-jpeg --enable-old-jpeg`), then `ioformats_reg` gives errors on four images (`FILE_8BPP_1`, `FILE_8BPP_2`, `FILE_8BPP_3`, `"testbuffer.tif"`) . A note or warning in...