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.

