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 January 13, 2025 11:42
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...