Closed vsolominov closed 1 year ago
I'll try to make a new nuget package today.
A new package is available on nuget
Thanks a lot!
But there are several problems (OS Windows):
Marshal.GetLastWin32Error()
returns 126
). I tried clean solution with rebuild. If I put the leptonica-1.82.0.dll
library in the x64 or x86 folder, then the error disappears.I'll look into it today
It is failing because Tesseract is still using leptonica 1.82
I made a new nuget package with leptonica 1.82. I also made a tesseract 5.3 version with leptonica 1.83 but for some reason then all test with tiff files failes so I decided to not use that one.
Tesseract - https://github.com/tesseract-ocr/tesseract/releases/tag/5.3.0 Leptonica - https://github.com/DanBloomberg/leptonica/releases/tag/1.83.0