Setting up Tesseract in Visual Studio

  1. Set upĀ vcpkg,the Visual C++ Package Manager, at https://github.com/Microsoft/vcpkg.
  2. For a 64-bit compilation, use vcpkg install tesseract:x64-windows. You may also add --head for the master branch.