Charles Weld
Charles Weld
Note this all changed in the latest release (3.3) and the copying of the unmanaged DLLs is now handled by ms uild script. Note I'd recommend doing a full uninstall...
No idea really, just noted that the associated unit test was failing. Next thing would probably be to get an official build and test it which would indicate if the...
Still broken in Tesseract 5.0 (#579) :(
Ah yes I can see how that would be an issue!!! I'll see if I can do a point update. On Wed, 3 Aug 2022, 19:49 sshalayev, ***@***.***> wrote: >...
I think UWP is just another type of dotnet core project so supporting dotnet core should mean it'll work for UWP, at least on Windows 10. Not sure if we'll...
A subset of leptonica is exposed via the Pix class. In your case the first thing I'd try is taking the bitmap and inverting it so your back to black...
No, I'd do it as a preprocessing step. Regarding tesseract 5 it should be supported. Unfortunately I've got my hands full with other priorities these days so can't say how...
Sorry miss read/understood your issue. I'd say you'll need to first identify the section then invert only that part. Not sure myself how to do that with leptonica though. On...
Hi, it can most certainly be added. Do you feel game to give it a try? Basically you'll need to: * Add signature to LeptonicaApi * Add wrapper function to...
Agree with Jonathan here. I can confirm that the page object does indeed implement IDisposable and the using pattern should be used. My guess is that your not disposing the...