You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: