Skip to content

Instantly share code, notes, and snippets.

View andreynaldoni's full-sized avatar

Andrey Naldoni andreynaldoni

View GitHub Profile
@andreynaldoni
andreynaldoni / tesseract.bat
Last active March 9, 2021 21:41
Install Tesseract in Windows using Chocolatey
@ECHO OFF
ECHO [Info] Checking admin rights
NET SESSION
CALL :CHECK_ERROR_ECHO [Error] You need admin rights to run this batch file
IF %ERRORLEVEL% NEQ 0 (
TIMEOUT 5
EXIT
)
ECHO [Info] Checking if chocolatey is installed...