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

2021-03-24 Thread Fábio Ramos
Thanks! I managed to add options to not build with sw, but then it tells me it can't find tiff.lib, even though it is installed. I'll do it your way. Em quarta-feira, 24 de março de 2021 às 15:39:44 UTC, shree escreveu: > Yes, -head doesn't work with vcpkg. > > You can install the dependencies v

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

2021-03-24 Thread Shree Devi Kumar
Yes, -head doesn't work with vcpkg. You can 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 tesse