Bonjour,
J'utilise une librairie tierce tesseract.dll , dont l'appel se plante.
Le fil de discussion https://github.com/charlesw/tesseract/issues/55System.Reflection.TargetInvocationException: Une exception a été levée par la cible d'un appel. ---> System.DllNotFoundException: Failed to find library "liblept168.dll" for platform x86.
à InteropDotNet.LibraryLoader.LoadLibrary(String fileName, String platformName)
à InteropRuntimeImplementer.LeptonicaApiSignaturesInstance.LeptonicaApiSignaturesImplementation..ctor(LibraryLoader loader)
ainsi que le wiki https://github.com/charlesw/tesseract/wiki/Error-2 indique qu'il faut dans un premier temps regarder les traces
Moi je veux bien activer le System.Diagnostics.Trace mais je ne sais pas le faire. J'ai fait quelques manipulation dans le web.config mais je n'ai jamais rien obtenu. Au mieux, j'ai eu un fichier vide.Note you'll need to enable System.Diagnostics.Trace output since it's disabled by default.
Merci de votre aide.
Soazig
Partager