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
The type of symbols that are missing seems to me be related this article by Microsoft on how DLLs should be written.
I not familiar with how the Python setup.py build works with this concept.
I am using Windows 10 Pro 64bit, Visual Studio 2019. I used vcpkg to pull everything related to tesseract 4.1.1 and have the necessary paths setup to point to the installed vcpkg includes and libs.
I tried the pip installed first but it choked on this same link error. I was hoping by building via source I might get better results.
Appreciate any help or pointers on how to resolve this.
Thanks
The text was updated successfully, but these errors were encountered:
The list of unresolved symbols below:
The type of symbols that are missing seems to me be related this article by Microsoft on how DLLs should be written.
I not familiar with how the Python setup.py build works with this concept.
I am using Windows 10 Pro 64bit, Visual Studio 2019. I used
vcpkg
to pull everything related to tesseract 4.1.1 and have the necessary paths setup to point to the installed vcpkg includes and libs.I tried the pip installed first but it choked on this same link error. I was hoping by building via source I might get better results.
Appreciate any help or pointers on how to resolve this.
Thanks
The text was updated successfully, but these errors were encountered: