In the process of trying to isolate the issue, I think I found the problem. I had a libstdc++-6.dll file in the application directory. I deleted that file and the problem went away. Somehow this DLL was causing a conflict with libtesseract-5.dll. I can't say that I am a fan of DLLs :-)
On Sat, Nov 11, 2023 at 9:24 AM Zdenko Podobny <[email protected]> wrote: > Please provide full information to replicate the problem (exact code, how > did you completed it...) > > Zdenko > > > so 11. 11. 2023 o 15:20 Anthony Vallone <[email protected]> > napísal(a): > >> Hello, >> >> I am using MSYS2 to install tesseract on Windows, following the installation >> instructions <https://tesseract-ocr.github.io/tessdoc/Installation.html>: >> >> pacman -S mingw-w64-x86_64-tesseract-ocr >> pacman -S mingw-w64-x86_64-tesseract-data-eng >> >> Then, I am attempting to run the example code >> <https://tesseract-ocr.github.io/tessdoc/APIExample.html>. >> >> When I run my executable, I get the following pop up error: >> >> the procedure entry point _ZSt17_istream_extractRSiPcx could not be >> located in the dynamic link library C:\msys64\mingw64\bin\libtesseract-5.dll >> >> Any thoughts on what is causing this? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "tesseract-ocr" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tesseract-ocr/e6279840-4f40-474f-ace2-2b9f73fe064dn%40googlegroups.com >> <https://groups.google.com/d/msgid/tesseract-ocr/e6279840-4f40-474f-ace2-2b9f73fe064dn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "tesseract-ocr" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8wRHAkYp34A9ZOzYENDLiSfOLu7UFEaKymvxGjwCJzG%2BA%40mail.gmail.com > <https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8wRHAkYp34A9ZOzYENDLiSfOLu7UFEaKymvxGjwCJzG%2BA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAAK09GBPcNzThaiuQtd9r4w5vEALtOa_H9n49t8pc96fXANWAg%40mail.gmail.com.

