-
Notifications
You must be signed in to change notification settings - Fork 746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to find library "leptonica-1.82.0.dll" for platform x64. #649
Comments
I'm having the same problem |
The following directory structure fix my problem: |
Did you have to MANUALLY copy the leptonica-1.82.0.dll and tesseract50.dll to the x64 folder to solve this problem? I am having the same issues as you but I am trying to automate the install of the files through the visual studio setup/installer project. unfortunately, the leptonica-1.82.0.dll and tesseract50.dll are not seen as a dependency in the project because they are copied when running the project in debug mode from the solution packages folder to the bin folder by Visual Studio. All attempts by our developers to solve this problem have failed. |
Hi, I am getting this error. If any idea, please suggest. |
I was having this issue running on a VM with Windows Server and installing the VC Redist was what I needed |
Completely unintuitive at first, given the error message, but this worked for me, too. Directory structure as given by wxharry: Release version was working on my debugging machine like this, but not on the server. |
I have the asp.net demo with Tesseract 5.2 and I get: Failed to find library "leptonica-1.82.0.dll" for platform x64.
And I can't get past that error. There is no Leptonica dll in the bin Directory. Tesseract is there but no Leptonica.
I have Visual Studio 2022. I have the current VC Redist x86 & x64 installed and re-installed and still the same error.
The text was updated successfully, but these errors were encountered: