We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows
MSVC
vcpkg install tesseract[training-tools] --recurse
-- Fixing pkgconfig file: VCPKG_DIR/packages/tesseract_TRIPLET/debug/lib/pkgconfig/tesseract.pc CMake Error at scripts/cmake/vcpkg_copy_tools.cmake:36 (message): Couldn't find tool "text2image":
"VCPKG_DIR/packages/tesseract_TRIPLET/bin/text2image.exe" does not exist
Call Stack (most recent call first): ports/tesseract/portfile.cmake:58 (vcpkg_copy_tools) scripts/ports.cmake:192 (include)
If pkgconf package is already installed, the build will succeed.
The text was updated successfully, but these errors were encountered:
LilyWangLL
Successfully merging a pull request may close this issue.
Operating system
Windows
Compiler
MSVC
Steps to reproduce the behavior
vcpkg install tesseract[training-tools] --recurse
Failure logs
-- Fixing pkgconfig file: VCPKG_DIR/packages/tesseract_TRIPLET/debug/lib/pkgconfig/tesseract.pc
CMake Error at scripts/cmake/vcpkg_copy_tools.cmake:36 (message):
Couldn't find tool "text2image":
Call Stack (most recent call first):
ports/tesseract/portfile.cmake:58 (vcpkg_copy_tools)
scripts/ports.cmake:192 (include)
Additional context
If pkgconf package is already installed, the build will succeed.
The text was updated successfully, but these errors were encountered: