From a19910048bd9f2fbbfae8ea46baf319021a8f1e7 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 16 May 2025 02:23:30 -0600 Subject: [PATCH] Misc Changes --- Borealis.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Borealis.ps1 b/Borealis.ps1 index 637cf1c..abd5f76 100644 --- a/Borealis.ps1 +++ b/Borealis.ps1 @@ -181,7 +181,6 @@ Run-Step "Dependency: Tesseract-OCR" { throw "7-Zip CLI not found at: $sevenZipExe" } - Write-Host "Extracting Tesseract installer to: $tessInstallDir" if (Test-Path $tessInstallDir) { Remove-Item $tessInstallDir -Recurse -Force -ErrorAction SilentlyContinue }