[tesseract-ocr] Installing tesseract 5 via vcpkg

2021-03-24 Thread Fábio Ramos
Hello, I've tried using vcpkg to install tesseract 5 but I couldn't. I've tried used the tag ''-head' in the command vcpkg install tesseract-x86-windows --head, but it always goes for 4.1.1.. any help? I found a post with the same problem, but he answered that he tweaked some files and worked...

[tesseract-ocr] Re: Installing tesseract 5 via vcpkg

2021-03-24 Thread Fábio Ramos
velopment package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:296 (find_package) ... I found SWConfig.cmake at C:\Users\XWTSB02\.sw\storage\etc\sw\static, so I added it to environment variables as SW and as SW_DIR, still the same error occurs...

Re: [tesseract-ocr] Installing tesseract 5 via vcpkg

2021-03-24 Thread Fábio Ramos
install the dependencies via vcpkg and then build tessaract. > > See > https://github.com/tesseract-ocr/tesseract/actions/runs/681261367/workflow > > for the steps > > On Wed, Mar 24, 2021, 19:44 Fábio Ramos wrote: > >> Hello, I've tried using vcpkg to install tes