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
Through many hours of attempting, have been unable to successfully use this library on windows
Reproducibility
Simply, trying to run this on windows
Reproducibility Frequency
95% (100% if no-one has yet to get this to run on windows without docker)
install Tesseract-OCR
google why it will not work, header file reference errors
use vcpkg to get leptonica
??? try to run
get errors for header file reference
google problem, find otiai10 comment on an issue a while ago about setting the "LD_LIBRARY_PATH" environment variable, ignore that, and set the CPATH variable instead
point CPATH environment variable to header files for tesseract, in program files, and leptonica, in vcpkg
recieve the error for "mingw64\x86_64-w64-mingw32\bin\ld.exe", saying could not find the libraries
set the LD_LIBRARY_PATH variable
still receive the error
scratch head
wonder why there is no support for windows or instruction on how to install correctly
shrug
Environment
Windows 10 pro operating system 64 bit
go 1.18
tesseract latest v5
leptonica 1.86
The text was updated successfully, but these errors were encountered:
DanMcgraw
changed the title
Gosseract Windows Compatiblity
Gosseract Windows Compatibility
Mar 20, 2023
Summary
Reproducibility
Reproducibility Frequency
Environment
Windows 10 pro operating system 64 bit
go 1.18
tesseract latest v5
leptonica 1.86
The text was updated successfully, but these errors were encountered: