DanBloomberg / leptonica

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/leptonica. See leptonica.org for more documentation.
Other
1.72k stars 384 forks source link

My. net6 program uses the Tesseract library, which works fine under Windows, but fails under Linux #705

Open xuxuanqi opened 11 months ago

xuxuanqi commented 11 months ago

My. net6 program uses the Tesseract library, which works fine under Windows, but fails under Linux.

Error reporting: System.DllNotFoundException: Failed to find library "libleptonica-1.82.0.so" for platform x64. at InteropDotNet.LibraryLoader.LoadLibrary(String fileName, String platformName) at InteropRuntimeImplementer.LeptonicaApiSignaturesInstance.LeptonicaApiSignaturesImplementation..ctor(LibraryLoader loader)

xuxuanqi commented 11 months ago

I want to know how to solve this problem