wget -c -t 20 https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz tar -xvf 4.1.1.tar.gz cd tesseract-4.1.1/ ./autogen.sh ./configure --with-extra-includes ...
pyinstaller --onefile --add-binary "C:/vcpkg/installed/x64-windows-static/tools/tesseract/tesseract.exe;." --add-binary "C:/poppler/Library/bin;poppler/bin" --add ...